From eb24fb949e80c102580ced09f34f4246efb63018 Mon Sep 17 00:00:00 2001 From: Ben Frederickson Date: Wed, 8 Sep 2021 22:15:26 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.8=20=E2=86=92=200.3.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- Cargo.toml | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 165c1ea4..2b75b4de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -896,7 +896,7 @@ dependencies = [ [[package]] name = "py-spy" -version = "0.3.8" +version = "0.3.9" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index c07bacb5..a747f2b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "py-spy" -version = "0.3.8" +version = "0.3.9" authors = ["Ben Frederickson "] repository = "https://github.com/benfred/py-spy" homepage = "https://github.com/benfred/py-spy" diff --git a/setup.cfg b/setup.cfg index 537d3b1b..1cc78763 100755 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.8 +current_version = 0.3.9 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)((?P(a|b|rc|\.dev)\d+))?