Skip to content

Commit d2a21b9

Browse files
committed
Release 0.2.1
Hot patch for missing patches module
1 parent b5800af commit d2a21b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
app_version = "#APP_VERSION#"
88
build_number = "#BUILD_NUMBER#"
99

10-
module_version = "0.2.0"
10+
module_version = "0.2.1"
1111

1212
name = f"{app_name.lower()}-stubs"
1313

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55

66
setup(
77
name="bpystubgen",
8-
version="0.2.0",
8+
version="0.2.1",
99
author="Xavier Cho",
1010
author_email="mysticfallband@gmail.com",
1111
description="A utility to generate Python API stubs from documentation files in reStructuredText format.",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
1414
url="https://github.com/mysticfall/bpystubgen",
1515
packages=["bpystubgen"],
16-
package_data={"bpystubgen": ["patches/*.txt", "patches/*.rst"]},
16+
package_data={"bpystubgen": ["patches/*.txt", "patches/*.rst", "patches/__init__.py"]},
1717
install_requires=["docutils==0.17.1", "sphinxcontrib-restbuilder==0.3"],
1818
classifiers=[
1919
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)