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

Commit

Permalink
Release 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticfall committed Sep 18, 2021
1 parent fce336b commit a2939f1
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.1.6"
module_version = "0.1.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.1.6",
version="0.1.7",
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 a2939f1

Please sign in to comment.