From c5d97687f8f698aac538f2e4c3a4c8b0c4211ff3 Mon Sep 17 00:00:00 2001 From: Ben Frederickson Date: Sun, 21 Mar 2021 21:19:53 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.4=20=E2=86=92=200.3.5?= 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 3403273b..c4629099 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -779,7 +779,7 @@ dependencies = [ [[package]] name = "py-spy" -version = "0.3.4" +version = "0.3.5" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 77a86d6d..1fd45492 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "py-spy" -version = "0.3.4" +version = "0.3.5" 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 d40de94e..7c4f9334 100755 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.4 +current_version = 0.3.5 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 eb5da0e8..9ab3f148 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.4", + version="0.3.5", license="MIT", cmdclass={"install": PostInstallCommand, "bdist_wheel": bdist_wheel}, classifiers=[