summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2010-11-20 22:51:56 +0100
committerSebastian Thiel <byronimo@gmail.com>2010-11-20 22:51:56 +0100
commit479ac8efc6aa6c579cba48bbb87f85f1cd0654f5 (patch)
treecde17028198f7eb9c0f8e256f583de9f78417dba /setup.py
parent2a048f43d89112ff1f78ee05b59a9663e981f63f (diff)
downloadgitdb-479ac8efc6aa6c579cba48bbb87f85f1cd0654f5.tar.gz
bumped version to 0.5.2
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 7e50e0f..6ebef0f 100755
--- a/setup.py
+++ b/setup.py
@@ -68,7 +68,7 @@ if setuptools_build_py_module:
setup(cmdclass={'build_ext':build_ext_nofail},
name = "gitdb",
- version = "0.5.1",
+ version = "0.5.2",
description = "Git Object Database",
author = "Sebastian Thiel",
author_email = "byronimo@gmail.com",