summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2005-11-03 02:34:26 +0000
committerPJ Eby <distutils-sig@python.org>2005-11-03 02:34:26 +0000
commit31a50d65fca476cdccdb4c9eea645aa5680ec71c (patch)
tree0f2a209bb3376b142609e0cf6234b873e9a7949f /setup.py
parent4242a32e194db4930bc6ba1b355d75ad14ad9f0e (diff)
downloadpython-setuptools-git-31a50d65fca476cdccdb4c9eea645aa5680ec71c.tar.gz
Switch setuptools to use 'dev-rNNNN' version tags by default, and configure
so that people can use 'ez_setup.py setuptools==dev' to fetch the latest in-development version. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041381
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 5e6bd436..174a052b 100755
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ def get_description():
f.close()
return ''.join(lines)
-VERSION = "0.6a7"
+VERSION = "0.6a8"
from setuptools import setup, find_packages
import sys
from setuptools.command import __all__ as SETUP_COMMANDS