From 1bec81b0b8906bfe949e029132b6d8e6f461cd9a Mon Sep 17 00:00:00 2001 From: Joel Lefkowitz Date: Sun, 5 May 2024 16:11:02 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.11.1=20=E2=86=92=200.11.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- docs/sphinx/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b936b8a..ff1302d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] tag = True commit = True -current_version = 0.11.1 +current_version = 0.11.2 [bumpversion:file:pyproject.toml] search = version = "{current_version}" diff --git a/docs/sphinx/conf.py b/docs/sphinx/conf.py index 231cb15..3017977 100644 --- a/docs/sphinx/conf.py +++ b/docs/sphinx/conf.py @@ -7,7 +7,7 @@ project = "Miniscons" package = "miniscons" -version = "0.11.1" +version = "0.11.2" project_copyright = f"{date.today().year} Joel Lefkowitz" diff --git a/pyproject.toml b/pyproject.toml index 4893125..412fcb0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = ["hatchling"] [project] name = "miniscons" description = "SCons builders." -version = "0.11.1" +version = "0.11.2" keywords = ["SCons", "SConstruct", "builders"]