Skip to content

Commit 05d9e9b

Browse files
committed
Bump to 0.7.0
1 parent 375f424 commit 05d9e9b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ecs_files_composer/__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__ = "0.6.4"
9+
__version__ = "0.7.0"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ecs_files_composer"
3-
version = "0.6.4"
3+
version = "0.7.0"
44
description = "Files and configuration handler to inject configuration files into volumes for ECS containers"
55
authors = ["John Preston <[email protected]>"]
66
license = "MPL-2.0"
@@ -87,7 +87,7 @@ omit = ["ecs_files_composer/cli.py"]
8787
github_url = "https://github.com/compose-x/ecs-files-composer"
8888

8989
[tool.tbump.version]
90-
current = "0.6.4"
90+
current = "0.7.0"
9191

9292
# Example of a semver regexp.
9393
# Make sure this matches current_version before

0 commit comments

Comments
 (0)