Skip to content

Commit 52960c1

Browse files
author
Guido van Rossum
committed
Bump version to 1.2.0
1 parent e543edb commit 52960c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def get_long_description():
99
return f.read()
1010

1111
setup(name='pyannotate',
12-
version='1.0.7',
12+
version='1.2.0',
1313
description="PyAnnotate: Auto-generate PEP-484 annotations",
1414
long_description=get_long_description(),
1515
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)