summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2010-04-07 12:08:51 +0200
committerSebastian Thiel <byronimo@gmail.com>2010-04-07 12:08:51 +0200
commit82b8902e033430000481eb355733cd7065342037 (patch)
tree65b680d237b019935b69d7cce76eece00e806e6d /setup.py
parent501bf602abea7d21c3dbb409b435976e92033145 (diff)
downloadgitpython-82b8902e033430000481eb355733cd7065342037.tar.gz
Used this release for a first beta of the 0.2 branch of development
TODO: Added info about doc improvements Authors: Added myself as Contributor, and noted the partial rewrite which happend in 0.2
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 8df94a33..05547213 100644
--- a/setup.py
+++ b/setup.py
@@ -71,7 +71,7 @@ GitPython is a port of the grit library in Ruby created by
Tom Preston-Werner and Chris Wanstrath.
""",
classifiers = [
- "Development Status :: 3 - Alpha",
+ "Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",