We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e543edb commit 52960c1Copy full SHA for 52960c1
setup.py
@@ -9,7 +9,7 @@ def get_long_description():
9
return f.read()
10
11
setup(name='pyannotate',
12
- version='1.0.7',
+ version='1.2.0',
13
description="PyAnnotate: Auto-generate PEP-484 annotations",
14
long_description=get_long_description(),
15
long_description_content_type="text/markdown",
0 commit comments