From 772f24086c30521b4d4af5065aa09da4f9d559ae Mon Sep 17 00:00:00 2001 From: Ben Frederickson Date: Wed, 1 Jan 2020 17:07:04 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.1=20=E2=86=92=200.3.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- Cargo.toml | 2 +- setup.cfg | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0c4284d1..46801600 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -747,7 +747,7 @@ dependencies = [ [[package]] name = "py-spy" -version = "0.3.1" +version = "0.3.2" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "console 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index be2474e3..a19faaa6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "py-spy" -version = "0.3.1" +version = "0.3.2" 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 4090a8e9..5b1a6035 100755 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.1 +current_version = 0.3.2 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)((?P(a|b|rc|\.dev)\d+))? diff --git a/setup.py b/setup.py index 80967216..f6acbfb7 100755 --- a/setup.py +++ b/setup.py @@ -89,7 +89,7 @@ def run(self): url='https://github.com/benfred/py-spy', description="A Sampling Profiler for Python", long_description=long_description, - version="0.3.1", + version="0.3.2", license="MIT", cmdclass={'install': PostInstallCommand, 'bdist_wheel': bdist_wheel}, classifiers=[