From c7ec10b9758128d1fb7d38cb4c45ab431a49ba2a Mon Sep 17 00:00:00 2001 From: Tushar Sadhwani Date: Thu, 6 Jun 2024 15:24:39 +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 f62861f..59cbeca 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = yen -version = 0.4.3 +version = 0.4.4 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 a7f0684..1a5a3df 100644 --- a/yen-rs/Cargo.lock +++ b/yen-rs/Cargo.lock @@ -1630,7 +1630,7 @@ dependencies = [ [[package]] name = "yen-rs" -version = "0.4.2" +version = "0.4.4" dependencies = [ "clap", "clap-verbosity-flag", diff --git a/yen-rs/Cargo.toml b/yen-rs/Cargo.toml index 94611be..a6eaa9d 100644 --- a/yen-rs/Cargo.toml +++ b/yen-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yen-rs" -version = "0.4.2" +version = "0.4.4" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html