From a01ceeb98fcba54ff5c6f0cdeabf588e163bb516 Mon Sep 17 00:00:00 2001 From: Ben Frederickson Date: Mon, 16 May 2022 16:55:01 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.11=20=E2=86=92=200.3.12?= 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 c6793fc5..31b32e79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -886,7 +886,7 @@ dependencies = [ [[package]] name = "py-spy" -version = "0.3.11" +version = "0.3.12" dependencies = [ "chrono", "clap 3.1.15", diff --git a/Cargo.toml b/Cargo.toml index 833ff0c7..8d00e22a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "py-spy" -version = "0.3.11" +version = "0.3.12" 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 43d3a8a0..06fba2eb 100755 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.11 +current_version = 0.3.12 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)((?P(a|b|rc|\.dev)\d+))?