Skip to content

Commit 4038352

Browse files
committed
Release 0.2.7
1 parent 067847f commit 4038352

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.6"
10+
module_version = "0.2.7"
1111

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="bpystubgen",
8-
version="0.2.6",
8+
version="0.2.7",
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.",

0 commit comments

Comments
 (0)