From 30f1ff687c8888ba384afb3bdce12fb0d33f2077 Mon Sep 17 00:00:00 2001 From: Tushar Sadhwani Date: Sat, 29 Jun 2024 05:17:34 +0530 Subject: [PATCH] Bump version --- setup.cfg | 2 +- yen-rs/Cargo.lock | 2 +- yen-rs/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index a25d456..4b5bd8b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = yen -version = 0.5.1 +version = 0.6.0 description = The last Python environment manager you'll ever need. long_description = file: README.md long_description_content_type = text/markdown diff --git a/yen-rs/Cargo.lock b/yen-rs/Cargo.lock index 220c22b..3b97f55 100644 --- a/yen-rs/Cargo.lock +++ b/yen-rs/Cargo.lock @@ -1630,7 +1630,7 @@ dependencies = [ [[package]] name = "yen-rs" -version = "0.5.1" +version = "0.6.0" dependencies = [ "clap", "clap-verbosity-flag", diff --git a/yen-rs/Cargo.toml b/yen-rs/Cargo.toml index b020c55..4b57071 100644 --- a/yen-rs/Cargo.toml +++ b/yen-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yen-rs" -version = "0.5.1" +version = "0.6.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html