diff options
author | tarek <none@none> | 2009-09-27 04:22:10 +0200 |
---|---|---|
committer | tarek <none@none> | 2009-09-27 04:22:10 +0200 |
commit | 893c3f0078debd2585eb847a547b1748133417ab (patch) | |
tree | 3cb7853b6b7ae3282c563bf897919c6164a6627b /setup.py | |
parent | ca0acdd53dbcb49e0f2c2f6c78c0312a2e304bce (diff) | |
download | external_python_setuptools-893c3f0078debd2585eb847a547b1748133417ab.tar.gz external_python_setuptools-893c3f0078debd2585eb847a547b1748133417ab.tar.bz2 external_python_setuptools-893c3f0078debd2585eb847a547b1748133417ab.zip |
starting 0.6.4
--HG--
branch : distribute
extra : rebase_source : c36bab6b9c5d0134caef0a0cbf7cdbe79ec781d7
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ init_path = convert_path('setuptools/command/__init__.py') exec(open(init_path).read(), d) SETUP_COMMANDS = d['__all__'] -VERSION = "0.6.3" +VERSION = "0.6.4" from setuptools import setup, find_packages import sys |