Skip to content

Commit 1842a68

Browse files
committed
Bump version: 0.2.0 → 0.2.1
1 parent 7f9f64e commit 1842a68

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "py-spy"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Ben Frederickson <[email protected]>"]
55
repository = "https://github.com/benfred/py-spy"
66
homepage = "https://github.com/benfred/py-spy"

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
2+
current_version = 0.2.1
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",
92+
version="0.2.1",
9393
license="MIT",
9494
cmdclass={'install': PostInstallCommand, 'bdist_wheel': bdist_wheel},
9595
classifiers=[

0 commit comments

Comments
 (0)