diff --git a/pyproject.toml b/pyproject.toml index 391daf1..0b6b525 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "compose_x_common" -version = "1.4.6" +version = "1.4.7" description = "Common Library for Compose-X Projects" authors = ["John Preston "] maintainers = ["John Preston "] @@ -52,7 +52,7 @@ sphinx-rtd-theme = "^1.0.0" github_url = "https://github.com/compose-x/compose-x-common/" [tool.tbump.version] -current = "1.4.6" +current = "1.4.7" regex = ''' (?P\d+) diff --git a/src/compose_x_common/__init__.py b/src/compose_x_common/__init__.py index 1a8072c..cdcff9e 100644 --- a/src/compose_x_common/__init__.py +++ b/src/compose_x_common/__init__.py @@ -6,4 +6,4 @@ __author__ = """John Preston""" __email__ = "john@compose-x.io" -__version__ = "1.4.6" +__version__ = "1.4.7"