From bdd34721d4452ed34c0c06f9751c5f099d6d592e Mon Sep 17 00:00:00 2001 From: Tobias Sargeant Date: Tue, 23 Dec 2025 13:16:04 +1100 Subject: [PATCH] Bump version to 0.4.0 --- Cargo.toml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3845269..6619ec4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "seq_smith" -version = "0.3.0" +version = "0.4.0" edition = "2021" [dependencies] diff --git a/pyproject.toml b/pyproject.toml index 57174ff..46f6853 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "seq-smith" -version = "0.3.0" +version = "0.4.0" authors = [ { name = "Tobias Sargeant", email = "tobias.sargeant@gmail.com" }, ]