Skip to content

Commit 64ad5c6

Browse files
committed
fix development status classifier for pypi
1 parent 7198ce2 commit 64ad5c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
PACKAGE_NAME = "openshift"
3131

3232
# Stage of development, mainly used in setup.py's classifiers.
33-
DEVELOPMENT_STATUS = "2 - Beta"
33+
DEVELOPMENT_STATUS = "4 - Beta"
3434

3535

3636
# If called directly, return the constant value given

0 commit comments

Comments
 (0)