From 89eaf7abb19741053d3a6599c4e8554cb25322ae Mon Sep 17 00:00:00 2001 From: Steve Schmerler Date: Sun, 29 Oct 2023 12:06:38 +0100 Subject: [PATCH] REL: bump version 0.10.0 -> 0.11.0 --- .bumpversion.cfg | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"} ]