summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 0baf477b..16a47526 100755
--- a/setup.py
+++ b/setup.py
@@ -97,8 +97,8 @@ GitPython is a python library used to interact with Git repositories""",
# "Development Status :: 1 - Planning",
# "Development Status :: 2 - Pre-Alpha",
# "Development Status :: 3 - Alpha",
- "Development Status :: 4 - Beta",
- # "Development Status :: 5 - Production/Stable",
+ # "Development Status :: 4 - Beta",
+ "Development Status :: 5 - Production/Stable",
# "Development Status :: 6 - Mature",
# "Development Status :: 7 - Inactive",
"Environment :: Console",