From 9ebd7a9649224353cd28f58102702501ec0bac6b Mon Sep 17 00:00:00 2001 From: Tushar Sadhwani Date: Fri, 6 Oct 2023 10:35:48 +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 874734c..9b02abb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = yen -version = 0.2.2 +version = 0.3.0 description = Yet another Python environment manager. long_description = file: README.md long_description_content_type = text/markdown diff --git a/yen-rs/Cargo.lock b/yen-rs/Cargo.lock index 950202d..708abdc 100644 --- a/yen-rs/Cargo.lock +++ b/yen-rs/Cargo.lock @@ -1529,7 +1529,7 @@ dependencies = [ [[package]] name = "yen-rs" -version = "0.2.2" +version = "0.3.0" dependencies = [ "clap", "clap-verbosity-flag", diff --git a/yen-rs/Cargo.toml b/yen-rs/Cargo.toml index 8c56ea0..2864e91 100644 --- a/yen-rs/Cargo.toml +++ b/yen-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yen-rs" -version = "0.2.2" +version = "0.3.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html