Skip to content

Commit

Permalink
Bump version: 0.3.5 → 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
benfred committed May 6, 2021
1 parent ae3ed11 commit 8663b98
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "py-spy"
version = "0.3.5"
version = "0.3.6"
authors = ["Ben Frederickson <[email protected]>"]
repository = "https://github.com/benfred/py-spy"
homepage = "https://github.com/benfred/py-spy"
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.5
current_version = 0.3.6
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>(a|b|rc|\.dev)\d+))?
Expand All @@ -24,4 +24,3 @@ replace = name = "py-spy"
[flake8]
max-line-length = 100
exclude = build,.eggs,.tox

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit 8663b98

Please sign in to comment.