From 0208de9b85a96e7a248d28cc2fe1bb90f8aee930 Mon Sep 17 00:00:00 2001 From: Ben Frederickson Date: Mon, 5 Sep 2022 14:09:18 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.12=20=E2=86=92=200.3.13?= 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 9ec425ac..353d0f85 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -820,7 +820,7 @@ dependencies = [ [[package]] name = "py-spy" -version = "0.3.12" +version = "0.3.13" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 884f1c5a..f14852c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "py-spy" -version = "0.3.12" +version = "0.3.13" 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 06fba2eb..fb515e88 100755 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.12 +current_version = 0.3.13 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)((?P(a|b|rc|\.dev)\d+))?