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

Commit 3f8da0c

Browse files
committed
Bump version to 0.7.0
1 parent 6edc29b commit 3f8da0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pep257.py

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

6262

63-
__version__ = '0.6.1-alpha'
63+
__version__ = '0.7.0'
6464
__all__ = ('check', 'collect')
6565

6666
NO_VIOLATIONS_RETURN_CODE = 0

0 commit comments

Comments
 (0)