We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b905a0 commit 96db583Copy full SHA for 96db583
README.md
@@ -81,7 +81,7 @@ There are two shortcut flags to enable multiple transformations at once:
81
82
# Changelog
83
84
-Unreleased
+22.9.0 (September 5, 2022)
85
86
- Add `--safe` and `--aggressive`
87
- Add `--pyanalyze-report`
setup.py
@@ -3,7 +3,7 @@
3
4
setup(
5
name="autotyping",
6
- version="21.12.0",
+ version="22.9.0",
7
description="A tool for autoadding simple type annotations.",
8
long_description=Path("README.md").read_text(),
9
long_description_content_type="text/markdown",
0 commit comments