From e314b7ef58e1a855143001e8163c2c38f9ea4bbc Mon Sep 17 00:00:00 2001 From: Dimitri Merejkowsky Date: Tue, 12 Nov 2019 15:48:11 +0100 Subject: [PATCH] Bump to 0.20.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- tbump.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5e96e52..f6e4b74 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -141,7 +141,7 @@ dependencies = [ [[package]] name = "dmenv" -version = "0.19.0" +version = "0.20.0" dependencies = [ "app_dirs 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "colored 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 82f0fab..2a42017 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ edition = "2018" authors = ["Dimitri Merejkowsky "] name = "dmenv" -version = "0.19.0" +version = "0.20.0" description = "Simple and practical virtualenv manager for Python" license = "BSD-3-Clause" readme = "README.md" diff --git a/tbump.toml b/tbump.toml index c7ae28c..9801fbf 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,5 +1,5 @@ [version] -current = "0.19.0" +current = "0.20.0" regex = ''' (?P\d+)