We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62dfced commit a0e61a5Copy full SHA for a0e61a5
.bumpversion.cfg
@@ -1,6 +1,6 @@
1
[bumpversion]
2
commit = True
3
tag = False
4
-current_version = 1.0.0
+current_version = 1.0.1
5
6
[bumpversion:file:setup.py]
setup.py
@@ -5,7 +5,7 @@
setuptools.setup(
7
name="phpypam",
8
- version="1.0.0",
+ version="1.0.1",
9
author="Christian Meißner",
10
author_email="Christian Meißner <cme+codeaffen@meissner.sh>",
11
description="Python API client library for phpIPAM installation",
0 commit comments