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

Commit e79e123

Browse files
committed
Fix version: 2.0.0rc → 1.1.1rc
1 parent d5a202c commit e79e123

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

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

src/pydocstyle/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import logging
33

44

5-
__version__ = '2.0.0rc'
5+
__version__ = '1.1.1rc'
66
log = logging.getLogger(__name__)
77

88

0 commit comments

Comments
 (0)