diff --git a/Cargo.lock b/Cargo.lock index fe84c094..b5c0f6de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -819,7 +819,7 @@ dependencies = [ [[package]] name = "py-spy" -version = "0.3.7" +version = "0.3.8" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 10470193..da6bdd70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "py-spy" -version = "0.3.7" +version = "0.3.8" 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 637fdf31..537d3b1b 100755 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.7 +current_version = 0.3.8 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)((?P(a|b|rc|\.dev)\d+))? @@ -22,3 +22,4 @@ replace = name = "py-spy" [flake8] max-line-length = 100 exclude = build,.eggs,.tox +