Skip to content

Commit 561b5e9

Browse files
bump version v0.1.3 -> v0.1.4 (#13)
1 parent 6da8065 commit 561b5e9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

containup/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
from containup.StackRunner import containup_run as containup_run
2929

3030
# Updated by bumpver
31-
__version__ = "v0.1.3"
31+
__version__ = "v0.1.4"

containup/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
logger = logging.getLogger(__name__)
77

88
# Version is managed by bumpver. Do not touch
9-
_version = "v0.1.3"
9+
_version = "v0.1.4"
1010

1111

1212
class Config:

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "containup"
33
# Updated by bumpver
4-
version = "v0.1.3"
4+
version = "v0.1.4"
55
description = "Define Docker stacks in Python, include your environments logic, extend as you wish, no YAML."
66
authors = [{name = "Sébastien JUST"}]
77
readme = "README.md"
@@ -68,7 +68,7 @@ line-length = 88
6868
target-version = ["py39"]
6969

7070
[tool.bumpver]
71-
current_version = "v0.1.3"
71+
current_version = "v0.1.4"
7272
version_pattern = "vMAJOR.MINOR.PATCH"
7373
commit_message = "bump version {old_version} -> {new_version}"
7474
tag_message = "{new_version}"

0 commit comments

Comments
 (0)