From c29c7b44f86bb9acc82faa4d52eabcdf5893ba76 Mon Sep 17 00:00:00 2001 From: Michael Coughlin Date: Mon, 3 Jun 2024 17:02:06 +0200 Subject: [PATCH] bump version 0.3.0 -> 0.3.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a411913..d6fc299 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -116,7 +116,7 @@ parentdir_prefix = "gwemopt-" addopts = "--verbose -r s" [tool.bumpver] -current_version = "0.3.0" +current_version = "0.3.1" version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "bump version {old_version} -> {new_version}" commit = true