Skip to content

Commit 4fff225

Browse files
committed
Bump version: 0.4.0 → 0.4.1
1 parent dac3c09 commit 4fff225

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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
@@ -3,7 +3,7 @@ unwind = ["remoteprocess/unwind"]
33

44
[package]
55
name = "py-spy"
6-
version = "0.4.0"
6+
version = "0.4.1"
77
authors = ["Ben Frederickson <[email protected]>"]
88
repository = "https://github.com/benfred/py-spy"
99
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.4.0
2+
current_version = 0.4.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+))?

0 commit comments

Comments
 (0)