diff options
author | PJ Eby <distutils-sig@python.org> | 2006-03-30 00:38:43 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2006-03-30 00:38:43 +0000 |
commit | 14ddd20c778df4c387bd8fa3a03f146070e60b32 (patch) | |
tree | 97f40c273bc3daf41f082fa343a0d46769f53183 /setup.py | |
parent | c5f7e2189402dc267d8ea3067a1e1d81c84bf9c7 (diff) | |
download | python-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-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = [] |