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.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticfall committed Sep 22, 2021
1 parent ba23980 commit 7cf7971
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.1"
module_version = "0.2.2"

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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="bpystubgen",
version="0.2.1",
version="0.2.2",
author="Xavier Cho",
author_email="[email protected]",
description="A utility to generate Python API stubs from documentation files in reStructuredText format.",
Expand Down

0 comments on commit 7cf7971

Please sign in to comment.