diff --git a/Cargo.lock b/Cargo.lock index 353d0f85..4f9c02ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -820,7 +820,7 @@ dependencies = [ [[package]] name = "py-spy" -version = "0.3.13" +version = "0.3.14" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 96b2520a..c6a1aad7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "py-spy" -version = "0.3.13" +version = "0.3.14" 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 fb515e88..f57ac93a 100755 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.13 +current_version = 0.3.14 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)((?P(a|b|rc|\.dev)\d+))?