We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44e77e2 commit 10f06b8Copy full SHA for 10f06b8
.bumpversion.cfg
@@ -1,7 +1,7 @@
1
[bumpversion]
2
commit = True
3
tag = True
4
-current_version = 0.0.6
+current_version = 0.0.7
5
6
[bumpversion:file:setup.py]
7
search = version="{current_version}"
setup.py
@@ -10,7 +10,7 @@
10
11
setup(
12
name="PVNet",
13
- version="0.0.6",
+ version="0.0.7",
14
license="MIT",
15
description="PVNet",
16
author="Peter Dudfield",
0 commit comments