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

Commit 4171679

Browse files
committed
Bump version to 1.0.1-rc1
1 parent 607f7db commit 4171679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pydocstyle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def next(obj, default=nothing):
5656
tokenize_open = open
5757

5858

59-
__version__ = '1.0.0'
59+
__version__ = '1.0.1-rc1'
6060
__all__ = ('check',)
6161

6262
NO_VIOLATIONS_RETURN_CODE = 0

0 commit comments

Comments
 (0)