summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2005-09-18 04:02:38 +0000
committerPJ Eby <distutils-sig@python.org>2005-09-18 04:02:38 +0000
commitab2379ece6512132674ec1cd8dfcbf4b49666f64 (patch)
tree8d7e9cdd0b67976e4a34e4949e039ecb6ccac491 /setup.py
parent635f624cec403304af912b031670bcb39b6be3f0 (diff)
downloadpython-setuptools-bitbucket-ab2379ece6512132674ec1cd8dfcbf4b49666f64.tar.gz
setuptools 0.6a2 release
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 10d19795..b9046d86 100755
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ def get_description():
f.close()
return ''.join(lines)
-VERSION = "0.6a1"
+VERSION = "0.6a2"
from setuptools import setup, find_packages
import sys