Skip to content

Commit a5f4f9f

Browse files
committed
Release 0.2.3
1 parent c298b0a commit a5f4f9f

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.2"
10+
module_version = "0.2.3"
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.2",
8+
version="0.2.3",
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)