Skip to content

Commit 27fbd18

Browse files
Prepare release 0.10.1 (#627)
1 parent a3f8115 commit 27fbd18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## Version 0.10.1 (May 22, 2023)
44

55
- Fix errors with protocol matching on `typing_extensions` 4.6.0
66
(#626)

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from setuptools import setup
33

44

5-
version = "0.10.0"
5+
version = "0.10.1"
66
package_data = ["test.toml", "stubs/*/*.pyi"]
77

88

0 commit comments

Comments
 (0)