aboutsummaryrefslogtreecommitdiffstats
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
commit3adaf85ef1eb6d3df18c58dc5b84dcc248d3e364 (patch)
tree8d7e9cdd0b67976e4a34e4949e039ecb6ccac491 /setup.py
parent673ac23e93f64a287c16a0d0ea45ba9ab9379d2d (diff)
downloadexternal_python_setuptools-3adaf85ef1eb6d3df18c58dc5b84dcc248d3e364.tar.gz
external_python_setuptools-3adaf85ef1eb6d3df18c58dc5b84dcc248d3e364.tar.bz2
external_python_setuptools-3adaf85ef1eb6d3df18c58dc5b84dcc248d3e364.zip
setuptools 0.6a2 release
--HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041247
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