Skip to content

Commit b9a4ce7

Browse files
committed
Bump to 0.10.1
1 parent a7c1908 commit b9a4ce7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ecs_files_composer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
__author__ = """John Preston"""
77
__email__ = "[email protected]"
8-
__version__ = "0.10.0"
8+
__version__ = "0.10.1"

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ecs_files_composer"
3-
version = "0.10.0"
3+
version = "0.10.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"
@@ -32,7 +32,7 @@ compose-x-common = "^1.0"
3232
certbot-aws-store = "^0.2.2"
3333

3434
[tool.poetry.dev-dependencies]
35-
placebo = "^0.10.0"
35+
placebo = "^0.10.1"
3636
datamodel-code-generator = {extras = ["http"], version = "^0.13"}
3737
Sphinx = "^5.0"
3838
black = "^22.3.0"
@@ -90,7 +90,7 @@ omit = ["ecs_files_composer/cli.py"]
9090
github_url = "https://github.com/compose-x/ecs-files-composer"
9191

9292
[tool.tbump.version]
93-
current = "0.10.0"
93+
current = "0.10.1"
9494

9595
regex = '''
9696
(?P<major>\d+)

0 commit comments

Comments
 (0)