summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2006-03-30 00:38:43 +0000
committerPJ Eby <distutils-sig@python.org>2006-03-30 00:38:43 +0000
commit14ddd20c778df4c387bd8fa3a03f146070e60b32 (patch)
tree97f40c273bc3daf41f082fa343a0d46769f53183 /setup.py
parentc5f7e2189402dc267d8ea3067a1e1d81c84bf9c7 (diff)
downloadpython-setuptools-git-14ddd20c778df4c387bd8fa3a03f146070e60b32.tar.gz
Bump version to 0.6a12dev... but hopefully it will in fact be 0.6b1.
--HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4043434
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 a1ee6131..c9183cde 100755
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ from distutils.util import convert_path
d = {}; execfile(convert_path('setuptools/command/__init__.py'), d)
SETUP_COMMANDS = d['__all__']
-VERSION = "0.6a11"
+VERSION = "0.6a12"
from setuptools import setup, find_packages
import sys
scripts = []