Skip to content

Commit

Permalink
Bump version: 0.2.0.dev0 → 0.2.0.dev3
Browse files Browse the repository at this point in the history
  • Loading branch information
benfred committed Jul 14, 2019
1 parent 1c8280d commit b7e1f70
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.dev0
current_version = 0.2.0.dev3
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.dev0",
version="0.2.0.dev3",
license="GPL",
cmdclass={'install': PostInstallCommand, 'bdist_wheel': bdist_wheel},
classifiers=[
Expand Down

0 comments on commit b7e1f70

Please sign in to comment.