diff --git a/CHANGELOG.md b/CHANGELOG.md index f770a18..c9c6103 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ Changelog ========= +Version 2.0.2 (Sep 4, 2023) +-------------------------- +Changes: + +- 🐛 Fix: missing `isinstance` check (#138) + Version 2.0.1 (Sep 2, 2023) -------------------------- Changes: diff --git a/setup.py b/setup.py index eaca039..e7fce32 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ maintainer_email="sergei.a.izmailov@gmail.com", description="PEP 561 type stubs generator for pybind11 modules", url="https://github.com/sizmailov/pybind11-stubgen", - version="2.0.1", + version="2.0.2", long_description=open("README.md").read(), long_description_content_type="text/markdown", license="BSD",