Skip to content

Commit

Permalink
Bump version: 0.3.7 → 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
benfred committed Jul 31, 2021
1 parent 58a9b13 commit 98795f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "py-spy"
version = "0.3.7"
version = "0.3.8"
authors = ["Ben Frederickson <[email protected]>"]
repository = "https://github.com/benfred/py-spy"
homepage = "https://github.com/benfred/py-spy"
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.7
current_version = 0.3.8
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>(a|b|rc|\.dev)\d+))?
Expand All @@ -22,3 +22,4 @@ replace = name = "py-spy"
[flake8]
max-line-length = 100
exclude = build,.eggs,.tox

0 comments on commit 98795f0

Please sign in to comment.