Skip to content

Commit e9837bb

Browse files
author
BumpVersion Action
committed
Bump version: 4.0.0 → 4.0.1 [skip ci]
1 parent f290696 commit e9837bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
commit = True
33
tag = True
4-
current_version = 4.0.0
4+
current_version = 4.0.1
55
message = Bump version: {current_version} → {new_version} [skip ci]
66

77
[bumpversion:file:pvnet/__init__.py]

pvnet/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""PVNet"""
2-
__version__ = "4.0.0"
2+
__version__ = "4.0.1"

0 commit comments

Comments
 (0)