We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f759b1 commit d12723dCopy full SHA for d12723d
README.md
@@ -67,3 +67,9 @@ Things to add:
67
68
- Infer `-> bool` as the return type if all return statements are
69
boolean expressions like `==`.
70
+
71
+# Changelog
72
73
+21.12.0 (December 21, 2021)
74
75
+- Initial PyPI release
setup.py
@@ -3,7 +3,7 @@
3
4
setup(
5
name="autotyping",
6
- version="0.0.1",
+ version="21.12.0",
7
description="A tool for autoadding simple type annotations.",
8
long_description=Path("README.md").read_text(),
9
keywords="typing annotations",
0 commit comments