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.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticfall committed Apr 11, 2022
1 parent 067847f commit 4038352
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.6"
module_version = "0.2.7"

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.6",
version="0.2.7",
author="Xavier Cho",
author_email="mysticfallband@gmail.com",
description="A utility to generate Python API stubs from documentation files in reStructuredText format.",
Expand Down

0 comments on commit 4038352

Please sign in to comment.