Skip to content

Commit 67ec04f

Browse files
committed
Fix: Wrong dev status
1 parent 35ef2cf commit 67ec04f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
install_requires=["Pyro5", "loguru"],
1818
keywords=['python', 'StreamController', "plugin"],
1919
classifiers= [
20-
"Development Status :: 3 - Beta",
20+
"Development Status :: 4 - Beta",
2121
"Environment :: Plugins",
2222
"Intended Audience :: Developers",
2323
"Programming Language :: Python :: 3 :: Only",

0 commit comments

Comments
 (0)