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

Commit 9943669

Browse files
committed
Bump version: 6.0.1rc → 6.1.0rc
1 parent a982031 commit 9943669

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup
22

33
# Do not update the version manually - it is managed by `bumpversion`.
4-
version = '6.0.1rc'
4+
version = '6.1.0rc'
55

66

77
requirements = [

src/pydocstyle/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from typing import Any, Iterable, Tuple
77

88
# Do not update the version manually - it is managed by `bumpversion`.
9-
__version__ = '6.0.1rc'
9+
__version__ = '6.1.0rc'
1010
log = logging.getLogger(__name__)
1111

1212
#: Regular expression for stripping non-alphanumeric characters

0 commit comments

Comments
 (0)