From 513d0539dfb3672414c537361a6866bc06ac0319 Mon Sep 17 00:00:00 2001 From: Joel Lefkowitz Date: Wed, 24 Apr 2024 10:32:25 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.9.0=20=E2=86=92=200.10.0?= 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 baf44ca..a4b9201 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] tag = True commit = True -current_version = 0.9.0 +current_version = 0.10.0 [bumpversion:file:pyproject.toml] search = version = "{current_version}" diff --git a/docs/sphinx/conf.py b/docs/sphinx/conf.py index 1f8af64..cb91ebd 100644 --- a/docs/sphinx/conf.py +++ b/docs/sphinx/conf.py @@ -7,7 +7,7 @@ project = "Miniscons" package = "miniscons" -version = "0.9.0" +version = "0.10.0" project_copyright = f"{date.today().year} Joel Lefkowitz" diff --git a/pyproject.toml b/pyproject.toml index d899f43..b989c02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = ["hatchling"] [project] name = "miniscons" description = "SCons builders." -version = "0.9.0" +version = "0.10.0" keywords = ["SCons", "SConstruct", "builders"]