Skip to content

Commit

Permalink
Bump version: 0.2.0.dev3 → 0.2.0.dev4
Browse files Browse the repository at this point in the history
  • Loading branch information
benfred committed Aug 11, 2019
1 parent b201bc7 commit 73f3776
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.2.0.dev3
current_version = 0.2.0.dev4
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 @@ -89,7 +89,7 @@ def run(self):
url='https://github.com/benfred/py-spy',
description="A Sampling Profiler for Python",
long_description=long_description,
version="0.2.0.dev3",
version="0.2.0.dev4",
license="GPL",
cmdclass={'install': PostInstallCommand, 'bdist_wheel': bdist_wheel},
classifiers=[
Expand Down

0 comments on commit 73f3776

Please sign in to comment.