Skip to content

Commit

Permalink
Bump to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnPreston committed Dec 29, 2022
1 parent b3d2962 commit 1e6c62a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ecs_files_composer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

__author__ = """John Preston"""
__email__ = "[email protected]"
__version__ = "1.1.1"
__version__ = "1.1.2"
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ecs_files_composer"
version = "1.1.1"
version = "1.1.2"
description = "Files and configuration handler to inject configuration files into volumes for ECS containers"
authors = ["John Preston <[email protected]>"]
license = "MPL-2.0"
Expand Down Expand Up @@ -91,7 +91,7 @@ omit = ["ecs_files_composer/cli.py"]
github_url = "https://github.com/compose-x/ecs-files-composer"

[tool.tbump.version]
current = "1.1.1"
current = "1.1.2"

regex = '''
(?P<major>\d+)
Expand All @@ -115,5 +115,5 @@ src = "pyproject.toml"
[[tool.tbump.file]]
src = "ecs_files_composer/__init__.py"
[build-system]
requires = ["poetry-core>=1.1.1"]
requires = ["poetry-core>=1.1.2"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 1e6c62a

Please sign in to comment.