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 078bd65 commit a6a6975Copy full SHA for a6a6975
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.0.1
+current_version = 1.1.0b1
3
commit = True
4
tag = True
5
tag_name = {new_version}
setup.py
@@ -9,7 +9,7 @@
9
10
setup(
11
name="netboxapi",
12
- version="1.0.1",
+ version="1.1.0",
13
14
description="Client API for Netbox",
15
0 commit comments