Skip to content

Commit

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

__author__ = """John Preston"""
__email__ = "[email protected]"
__version__ = "0.1.1"
__version__ = "0.2.0"
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.1.1"
version = "0.2.0"
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 @@ -40,7 +40,7 @@ known_first_party = "kelvin"
github_url = "https://github.com/compose-x/ecs-files-composer"

[tool.tbump.version]
current = "0.1.1"
current = "0.2.0"

# Example of a semver regexp.
# Make sure this matches current_version before
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.1
current_version = 0.2.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/compose-x/ecs-files-composer",
version="0.1.1",
version="0.2.0",
zip_safe=False,
license="MPL-2.0",
)

0 comments on commit 2b1903c

Please sign in to comment.