Skip to content

Commit cb76ee8

Browse files
committed
Bump to 1.2.6
1 parent 31a9f77 commit cb76ee8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[build-system]
2-
requires = ["poetry-core>=1.2.5"]
2+
requires = ["poetry-core>=1.2.6"]
33
build-backend = "poetry.core.masonry.api"
44

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

5555
[tool.tbump.version]
56-
current = "1.2.5"
56+
current = "1.2.6"
5757

5858
regex = '''
5959
(?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.2.5"
9+
__version__ = "1.2.6"

0 commit comments

Comments
 (0)