Skip to content

Commit d12723d

Browse files
prepare initial release (#23)
1 parent 2f759b1 commit d12723d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,9 @@ Things to add:
6767

6868
- Infer `-> bool` as the return type if all return statements are
6969
boolean expressions like `==`.
70+
71+
# Changelog
72+
73+
21.12.0 (December 21, 2021)
74+
75+
- Initial PyPI release

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name="autotyping",
6-
version="0.0.1",
6+
version="21.12.0",
77
description="A tool for autoadding simple type annotations.",
88
long_description=Path("README.md").read_text(),
99
keywords="typing annotations",

0 commit comments

Comments
 (0)