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 c211941 commit 10ebca3Copy full SHA for 10ebca3
CHANGELOG.md
@@ -1,7 +1,7 @@
1
Changelog
2
=========
3
4
-Version 1.x (TBA)
+Version 2.0.dev1 (Sep 1, 2023)
5
--------------------------
6
Changes:
7
setup.py
@@ -6,7 +6,7 @@
maintainer_email="[email protected]",
description="PEP 561 type stubs generator for pybind11 modules",
8
url="https://github.com/sizmailov/pybind11-stubgen",
9
- version="1.2",
+ version="2.0.dev1",
10
long_description=open("README.md").read(),
11
long_description_content_type="text/markdown",
12
license="BSD",
0 commit comments