We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d56f119 commit 837c0c2Copy full SHA for 837c0c2
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 6.0.0
+current_version = 6.0.1rc
3
commit = True
4
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>.*))?
5
serialize =
setup.py
@@ -1,7 +1,7 @@
from setuptools import setup
# Do not update the version manually - it is managed by `bumpversion`.
-version = '6.0.0'
+version = '6.0.1rc'
6
7
requirements = [
src/pydocstyle/utils.py
@@ -6,7 +6,7 @@
from typing import Any, Iterable, Tuple
8
9
-__version__ = '6.0.0'
+__version__ = '6.0.1rc'
10
log = logging.getLogger(__name__)
11
12
#: Regular expression for stripping non-alphanumeric characters
0 commit comments