Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
Hot patch for missing patches module
  • Loading branch information
mysticfall committed Sep 21, 2021
1 parent b5800af commit d2a21b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
app_version = "#APP_VERSION#"
build_number = "#BUILD_NUMBER#"

module_version = "0.2.0"
module_version = "0.2.1"

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

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

setup(
name="bpystubgen",
version="0.2.0",
version="0.2.1",
author="Xavier Cho",
author_email="mysticfallband@gmail.com",
description="A utility to generate Python API stubs from documentation files in reStructuredText format.",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/mysticfall/bpystubgen",
packages=["bpystubgen"],
package_data={"bpystubgen": ["patches/*.txt", "patches/*.rst"]},
package_data={"bpystubgen": ["patches/*.txt", "patches/*.rst", "patches/__init__.py"]},
install_requires=["docutils==0.17.1", "sphinxcontrib-restbuilder==0.3"],
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit d2a21b9

Please sign in to comment.