We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9e46eb commit 40dea99Copy full SHA for 40dea99
.bumpversion.cfg
@@ -1,7 +1,7 @@
1
[bumpversion]
2
commit = True
3
tag = True
4
-current_version = 0.0.5
+current_version = 0.0.6
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.5",
+ version="0.0.6",
14
license="MIT",
15
description="PVNet",
16
author="Peter Dudfield",
0 commit comments