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 c298b0a commit a5f4f9fCopy full SHA for a5f4f9f
package/setup.py
@@ -7,7 +7,7 @@
7
app_version = "#APP_VERSION#"
8
build_number = "#BUILD_NUMBER#"
9
10
-module_version = "0.2.2"
+module_version = "0.2.3"
11
12
name = f"{app_name.lower()}-stubs"
13
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
name="bpystubgen",
- version="0.2.2",
+ version="0.2.3",
author="Xavier Cho",
author_email="mysticfallband@gmail.com",
description="A utility to generate Python API stubs from documentation files in reStructuredText format.",
0 commit comments