We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c8280d commit b7e1f70Copy full SHA for b7e1f70
2 files changed
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.2.0.dev0
+current_version = 0.2.0.dev3
3
commit = True
4
tag = True
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>(a|b|rc|\.dev)\d+))?
setup.py
@@ -89,7 +89,7 @@ def run(self):
89
url='https://github.com/benfred/py-spy',
90
description="A Sampling Profiler for Python",
91
long_description=long_description,
92
- version="0.2.0.dev0",
+ version="0.2.0.dev3",
93
license="GPL",
94
cmdclass={'install': PostInstallCommand, 'bdist_wheel': bdist_wheel},
95
classifiers=[
0 commit comments