Skip to content

Commit

Permalink
Bump to 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnPreston committed Aug 7, 2022
1 parent fb532b3 commit 9bfa6ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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__ = "0.9.3"
__version__ = "0.9.4"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ecs_files_composer"
version = "0.9.3"
version = "0.9.4"
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 @@ -90,7 +90,7 @@ omit = ["ecs_files_composer/cli.py"]
github_url = "https://github.com/compose-x/ecs-files-composer"

[tool.tbump.version]
current = "0.9.3"
current = "0.9.4"

regex = '''
(?P<major>\d+)
Expand Down

0 comments on commit 9bfa6ac

Please sign in to comment.