From 83a4a8b1a1c7387f1d9b62b6b28c20916d3bc788 Mon Sep 17 00:00:00 2001 From: Ben Frederickson Date: Mon, 27 Sep 2021 14:17:07 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.9=20=E2=86=92=200.3.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- Cargo.toml | 2 +- setup.cfg | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2b75b4de..1849e61f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -896,7 +896,7 @@ dependencies = [ [[package]] name = "py-spy" -version = "0.3.9" +version = "0.3.10" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index a747f2b4..a30733af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "py-spy" -version = "0.3.9" +version = "0.3.10" 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 1cc78763..32e19b95 100755 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.9 +current_version = 0.3.10 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)((?P(a|b|rc|\.dev)\d+))? @@ -22,4 +22,3 @@ replace = name = "py-spy" [flake8] max-line-length = 100 exclude = build,.eggs,.tox -