Skip to content

Commit 593d6d8

Browse files
committedNov 1, 2024·
Bump version: 0.3.14 → 0.4.0
1 parent 2a9a9fc commit 593d6d8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ unwind = []
33

44
[package]
55
name = "py-spy"
6-
version = "0.3.14"
6+
version = "0.4.0"
77
authors = ["Ben Frederickson <github@benfrederickson.com>"]
88
repository = "https://github.com/benfred/py-spy"
99
homepage = "https://github.com/benfred/py-spy"

‎setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.14
2+
current_version = 0.4.0
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)
Please sign in to comment.