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