Skip to content

Commit

Permalink
Bump version: 0.3.4 → 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
benfred committed Mar 22, 2021
1 parent 5d7c3ec commit c5d9768
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.4"
version = "0.3.5"
authors = ["Ben Frederickson <[email protected]>"]
repository = "https://github.com/benfred/py-spy"
homepage = "https://github.com/benfred/py-spy"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.4
current_version = 0.3.5
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>(a|b|rc|\.dev)\d+))?
Expand Down
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.4",
version="0.3.5",
license="MIT",
cmdclass={"install": PostInstallCommand, "bdist_wheel": bdist_wheel},
classifiers=[
Expand Down

0 comments on commit c5d9768

Please sign in to comment.