Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit 32d5519

Browse files
committed
Bump version: 4.0.1rc → 4.0.1
1 parent 83e12c5 commit 32d5519

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 4.0.1rc
2+
current_version = 4.0.1
33
commit = True
44
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>.*))?
55
serialize =

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import sys
44

55
# Do not update the version manually - it is managed by `bumpversion`.
6-
version = '4.0.1rc'
6+
version = '4.0.1'
77

88

99
requirements = [

src/pydocstyle/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
# Do not update the version manually - it is managed by `bumpversion`.
8-
__version__ = '4.0.1rc'
8+
__version__ = '4.0.1'
99
log = logging.getLogger(__name__)
1010

1111

0 commit comments

Comments
 (0)