We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56aa1fb commit 6e57649Copy full SHA for 6e57649
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "policytester"
7
-version = "0.1.0"
+version = "0.1.2"
8
description = "Test kubernetes network policies"
9
readme = "README.md"
10
authors = [{ name = "Erik Brakkee", email = "erik@brakkee.org" }]
@@ -38,7 +38,7 @@ policytester = "policytester.__main__:main"
38
39
40
[tool.bumpver]
41
-current_version = "0.1.1"
+current_version = "0.1.2"
42
version_pattern = "MAJOR.MINOR.PATCH"
43
commit_message = "bump version {old_version} -> {new_version}"
44
commit = true
src/policytester/__init__.py
@@ -5,4 +5,4 @@
from .PolicyTester import *
-__version__ = "0.1.1"
+__version__ = "0.1.2"
0 commit comments