We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6afb2f8 commit afb3fdbCopy full SHA for afb3fdb
CHANGELOG.md
@@ -2,6 +2,12 @@ Changelog
2
=========
3
4
5
+Version 2.0.2 (Sep 4, 2023)
6
+--------------------------
7
+Changes:
8
+
9
+- 🐛 Fix: missing `isinstance` check (#138)
10
11
Version 2.0.1 (Sep 2, 2023)
12
--------------------------
13
Changes:
setup.py
@@ -6,7 +6,7 @@
maintainer_email="[email protected]",
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",
0 commit comments