Skip to content

Commit 6e57649

Browse files
committed
bump version 0.1.1 -> 0.1.2
1 parent 56aa1fb commit 6e57649

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "policytester"
7-
version = "0.1.0"
7+
version = "0.1.2"
88
description = "Test kubernetes network policies"
99
readme = "README.md"
1010
authors = [{ name = "Erik Brakkee", email = "erik@brakkee.org" }]
@@ -38,7 +38,7 @@ policytester = "policytester.__main__:main"
3838

3939

4040
[tool.bumpver]
41-
current_version = "0.1.1"
41+
current_version = "0.1.2"
4242
version_pattern = "MAJOR.MINOR.PATCH"
4343
commit_message = "bump version {old_version} -> {new_version}"
4444
commit = true

src/policytester/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
from .PolicyTester import *
66

77

8-
__version__ = "0.1.1"
8+
__version__ = "0.1.2"

0 commit comments

Comments
 (0)