From 8663b981f7b926a424717dacb891887638a87bfd Mon Sep 17 00:00:00 2001 From: Ben Frederickson Date: Thu, 6 May 2021 08:36:31 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.5=20=E2=86=92=200.3.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- Cargo.toml | 2 +- setup.cfg | 3 +-- setup.py | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c4629099..ae9b0bf2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -779,7 +779,7 @@ dependencies = [ [[package]] name = "py-spy" -version = "0.3.5" +version = "0.3.6" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 1fd45492..f0c33097 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "py-spy" -version = "0.3.5" +version = "0.3.6" 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 7c4f9334..3234aaf9 100755 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.5 +current_version = 0.3.6 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)((?P(a|b|rc|\.dev)\d+))? @@ -24,4 +24,3 @@ replace = name = "py-spy" [flake8] max-line-length = 100 exclude = build,.eggs,.tox - diff --git a/setup.py b/setup.py index 9ab3f148..b29fae4f 100755 --- a/setup.py +++ b/setup.py @@ -107,7 +107,7 @@ def _get_cross_compile_target(): description="A Sampling Profiler for Python", long_description=long_description, long_description_content_type="text/markdown", - version="0.3.5", + version="0.3.6", license="MIT", cmdclass={"install": PostInstallCommand, "bdist_wheel": bdist_wheel}, classifiers=[