diff --git a/Cargo.lock b/Cargo.lock index c590a897..d1c3b445 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -720,7 +720,7 @@ dependencies = [ [[package]] name = "py-spy" -version = "0.3.2" +version = "0.3.3" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "console 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 1a5a0089..7874f6e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "py-spy" -version = "0.3.2" +version = "0.3.3" 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 5b1a6035..14c196d4 100755 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.2 +current_version = 0.3.3 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 f6acbfb7..2480ed1d 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.2", + version="0.3.3", license="MIT", cmdclass={'install': PostInstallCommand, 'bdist_wheel': bdist_wheel}, classifiers=[