From 6d569cf8bac2ef05af12f2e3edf24b12ac0170a1 Mon Sep 17 00:00:00 2001 From: Ben Frederickson Date: Sun, 16 May 2021 10:21:31 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.6=20=E2=86=92=200.3.7?= 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 ae9b0bf2..9dbd0241 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -779,7 +779,7 @@ dependencies = [ [[package]] name = "py-spy" -version = "0.3.6" +version = "0.3.7" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index f0c33097..d8a45502 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "py-spy" -version = "0.3.6" +version = "0.3.7" 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 3234aaf9..2463048f 100755 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.6 +current_version = 0.3.7 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 d73019a2..7a9c9a8b 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.6", + version="0.3.7", license="MIT", cmdclass={"install": PostInstallCommand, "bdist_wheel": bdist_wheel}, classifiers=[