From 593d6d8d26fddfe2287e36a673e4a8a9ba46ebcd Mon Sep 17 00:00:00 2001 From: Ben Frederickson Date: Fri, 1 Nov 2024 11:54:18 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.14=20=E2=86=92=200.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- Cargo.toml | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d1a390cd..3fdf60cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1046,7 +1046,7 @@ dependencies = [ [[package]] name = "py-spy" -version = "0.3.14" +version = "0.4.0" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index c670e982..c0e6c946 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ unwind = [] [package] name = "py-spy" -version = "0.3.14" +version = "0.4.0" 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 f57ac93a..58806fe8 100755 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.14 +current_version = 0.4.0 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)((?P(a|b|rc|\.dev)\d+))?