We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3f8115 commit 27fbd18Copy full SHA for 27fbd18
docs/changelog.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## Version 0.10.1 (May 22, 2023)
4
5
- Fix errors with protocol matching on `typing_extensions` 4.6.0
6
(#626)
setup.py
@@ -2,7 +2,7 @@
from setuptools import setup
-version = "0.10.0"
+version = "0.10.1"
package_data = ["test.toml", "stubs/*/*.pyi"]
7
8
0 commit comments