summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2005-07-12 05:32:05 +0000
committerPJ Eby <distutils-sig@python.org>2005-07-12 05:32:05 +0000
commit9a9f104b716300e6b20e6501dd32d2f16030ec65 (patch)
tree951db00a6ac1c4d297684a022b75c268a36bb84b /setup.py
parent3efcdec07fa19acd77cb3a5a38ef5052b509681a (diff)
downloadpython-setuptools-git-9a9f104b716300e6b20e6501dd32d2f16030ec65.tar.gz
Bump version #.
--HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041118
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 8957af68..3696736a 100755
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ def get_description():
f.close()
return ''.join(lines)
-VERSION = "0.5a9"
+VERSION = "0.5a10"
from setuptools import setup, find_packages