Skip to content

Commit 4a11c44

Browse files
committed
Bump version: 0.3.13 → 0.3.14
1 parent 0290978 commit 4a11c44

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
@@ -1,6 +1,6 @@
11
[package]
22
name = "py-spy"
3-
version = "0.3.13"
3+
version = "0.3.14"
44
authors = ["Ben Frederickson <[email protected]>"]
55
repository = "https://github.com/benfred/py-spy"
66
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.13
2+
current_version = 0.3.14
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)