X Tutup
Skip to content

Commit c65488f

Browse files
author
Greg Turnquist
committed
Forgot to mark this as a stable release to pypi.
1 parent d227c44 commit c65488f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
classifiers=["License :: OSI Approved :: GNU General Public License (GPL)",
4242
"License :: OSI Approved :: Apache Software License",
4343
"Intended Audience :: Developers",
44-
"Development Status :: 4 - Beta",
44+
"Development Status :: 5 - Production/Stable",
4545
"Topic :: Software Development :: Libraries :: Python Modules",
4646
"Programming Language :: Python",
4747
"Operating System :: OS Independent"

src/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
download_url="${download_url}",
5353
classifiers=["License :: OSI Approved :: Apache Software License",
5454
"Intended Audience :: Developers",
55-
"Development Status :: 4 - Beta",
55+
"Development Status :: 5 - Production/Stable",
5656
"Topic :: Software Development :: Libraries :: Python Modules",
5757
"Programming Language :: Python",
5858
"Operating System :: OS Independent"

0 commit comments

Comments
 (0)
X Tutup