Skip to content

Commit 12cb69c

Browse files
committed
bump version v0.1.2 -> v0.1.3
1 parent 05b9e18 commit 12cb69c

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.2"
31+
__version__ = "v0.1.3"

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.2"
9+
_version = "v0.1.3"
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.2"
4+
version = "v0.1.3"
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.2"
71+
current_version = "v0.1.3"
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)