Skip to content

Commit cc52ece

Browse files
committed
Bump to 0.1.1
1 parent e65cc36 commit cc52ece

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.0"
9+
__version__ = "0.1.1"

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.0"
3+
version = "0.1.1"
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.0"
43+
current = "0.1.1"
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.0
2+
current_version = 0.1.1
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.0",
79+
version="0.1.1",
8080
zip_safe=False,
8181
license="MPL-2.0",
8282
)

0 commit comments

Comments
 (0)