We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdd468b commit e5f34caCopy full SHA for e5f34ca
.bumpversion.cfg
@@ -1,7 +1,7 @@
1
[bumpversion]
2
commit = True
3
tag = True
4
-current_version = 3.0.60
+current_version = 3.0.61
5
message = Bump version: {current_version} → {new_version} [skip ci]
6
7
[bumpversion:file:pvnet/__init__.py]
pvnet/__init__.py
@@ -1,2 +1,2 @@
"""PVNet"""
-__version__ = "3.0.60"
+__version__ = "3.0.61"
0 commit comments