Skip to content

Commit 2b1903c

Browse files
committed
Bump to 0.2.0
1 parent 5a99e07 commit 2b1903c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.1.1"
9+
__version__ = "0.2.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.1.1"
3+
version = "0.2.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"
@@ -40,7 +40,7 @@ known_first_party = "kelvin"
4040
github_url = "https://github.com/compose-x/ecs-files-composer"
4141

4242
[tool.tbump.version]
43-
current = "0.1.1"
43+
current = "0.2.0"
4444

4545
# Example of a semver regexp.
4646
# Make sure this matches current_version before

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.1
2+
current_version = 0.2.0
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
test_suite="tests",
7777
tests_require=test_requirements,
7878
url="https://github.com/compose-x/ecs-files-composer",
79-
version="0.1.1",
79+
version="0.2.0",
8080
zip_safe=False,
8181
license="MPL-2.0",
8282
)

0 commit comments

Comments
 (0)