aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2005-09-24 21:40:59 +0000
committerPJ Eby <distutils-sig@python.org>2005-09-24 21:40:59 +0000
commit20e9f30cb2de19a4d4cdc1aa53e07efc9c34bcb0 (patch)
tree1e5702825757881261854bb032e67abd11dab883 /setup.py
parentad0eebab218118fa07e314032bd4097c44fc7eb2 (diff)
downloadexternal_python_setuptools-20e9f30cb2de19a4d4cdc1aa53e07efc9c34bcb0.tar.gz
external_python_setuptools-20e9f30cb2de19a4d4cdc1aa53e07efc9c34bcb0.tar.bz2
external_python_setuptools-20e9f30cb2de19a4d4cdc1aa53e07efc9c34bcb0.zip
0.6a3 release.
--HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041255
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 cf9373e1..f9f0005b 100755
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ def get_description():
f.close()
return ''.join(lines)
-VERSION = "0.6a2"
+VERSION = "0.6a3"
from setuptools import setup, find_packages
import sys
from setuptools.command import __all__ as SETUP_COMMANDS