diff --git a/Cargo.lock b/Cargo.lock index ae20713..53f66d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1000,7 +1000,7 @@ dependencies = [ [[package]] name = "py-spy" -version = "0.3.14" +version = "0.3.141" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 46b193b..b6d44a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "py-spy" -version = "0.3.14" +version = "0.3.141" authors = ["Ben Frederickson "] repository = "https://github.com/benfred/py-spy" homepage = "https://github.com/benfred/py-spy" diff --git a/setup.cfg b/setup.cfg index f57ac93..0fd3e25 100755 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.14 +current_version = 0.3.141 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)((?P(a|b|rc|\.dev)\d+))?