Skip to content

Commit b7e1f70

Browse files
committed
Bump version: 0.2.0.dev0 → 0.2.0.dev3
1 parent 1c8280d commit b7e1f70

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.0.dev0
2+
current_version = 0.2.0.dev3
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>(a|b|rc|\.dev)\d+))?

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def run(self):
8989
url='https://github.com/benfred/py-spy',
9090
description="A Sampling Profiler for Python",
9191
long_description=long_description,
92-
version="0.2.0.dev0",
92+
version="0.2.0.dev3",
9393
license="GPL",
9494
cmdclass={'install': PostInstallCommand, 'bdist_wheel': bdist_wheel},
9595
classifiers=[

0 commit comments

Comments
 (0)