Skip to content

Commit

Permalink
Bump to 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnPreston committed Jan 4, 2024
1 parent bca843e commit 606161c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "compose_x_common"
version = "1.4.4"
version = "1.4.5"
description = "Common Library for Compose-X Projects"
authors = ["John Preston <[email protected]>"]
maintainers = ["John Preston <[email protected]>"]
Expand Down Expand Up @@ -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.4"
current = "1.4.5"

regex = '''
(?P<major>\d+)
Expand Down
2 changes: 1 addition & 1 deletion src/compose_x_common/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

__author__ = """John Preston"""
__email__ = "[email protected]"
__version__ = "1.4.4"
__version__ = "1.4.5"

0 comments on commit 606161c

Please sign in to comment.