Skip to content

Commit

Permalink
Bump to 1.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnPreston committed Mar 31, 2024
1 parent 6296512 commit 1a8bbd1
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.6"
version = "1.4.7"
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.6"
current = "1.4.7"

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.6"
__version__ = "1.4.7"

0 comments on commit 1a8bbd1

Please sign in to comment.