Skip to content

Commit 40dbdbf

Browse files
committed
Bump to 1.4.6
1 parent 0dc266b commit 40dbdbf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "compose_x_common"
7-
version = "1.4.5"
7+
version = "1.4.6"
88
description = "Common Library for Compose-X Projects"
99
authors = ["John Preston <[email protected]>"]
1010
maintainers = ["John Preston <[email protected]>"]
@@ -52,7 +52,7 @@ sphinx-rtd-theme = "^1.0.0"
5252
github_url = "https://github.com/compose-x/compose-x-common/"
5353

5454
[tool.tbump.version]
55-
current = "1.4.5"
55+
current = "1.4.6"
5656

5757
regex = '''
5858
(?P<major>\d+)

src/compose_x_common/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
__author__ = """John Preston"""
88
__email__ = "[email protected]"
9-
__version__ = "1.4.5"
9+
__version__ = "1.4.6"

0 commit comments

Comments
 (0)