Skip to content

Commit 83a4a8b

Browse files
committed
Bump version: 0.3.9 → 0.3.10
1 parent 751fd0a commit 83a4a8b

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-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.3.9"
3+
version = "0.3.10"
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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.9
2+
current_version = 0.3.10
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>(a|b|rc|\.dev)\d+))?
@@ -22,4 +22,3 @@ replace = name = "py-spy"
2222
[flake8]
2323
max-line-length = 100
2424
exclude = build,.eggs,.tox
25-

0 commit comments

Comments
 (0)