diff --git a/.bumpversion.cfg b/.bumpversion.cfg index cf90eb5..08619f6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.10.0 +current_version = 0.11.0 commit = True message = REL: bump version {current_version} -> {new_version} tag = True diff --git a/pyproject.toml b/pyproject.toml index 3a773ed..0695bd7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "psweep" -version = "0.10.0" +version = "0.11.0" authors = [ {name = "Steve Schmerler", email = "git@elcorto.com"} ]