diff options
author | tarek <none@none> | 2009-08-25 19:48:02 +0200 |
---|---|---|
committer | tarek <none@none> | 2009-08-25 19:48:02 +0200 |
commit | 6c31d16ce512c164e211aec0fa1d44437dfe5c61 (patch) | |
tree | 940e12bb87f6c3051dc0f389ad94952af14f1c20 /setup.py | |
parent | 81b3818500aef5efe1151c60a4ffb8d6ad28331e (diff) | |
download | external_python_setuptools-6c31d16ce512c164e211aec0fa1d44437dfe5c61.tar.gz external_python_setuptools-6c31d16ce512c164e211aec0fa1d44437dfe5c61.tar.bz2 external_python_setuptools-6c31d16ce512c164e211aec0fa1d44437dfe5c61.zip |
added change note + raise version
--HG--
branch : distribute
extra : rebase_source : dbba2f1fa3d5292746b9605a906e67c9373c7910
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ init_path = convert_path('setuptools/command/__init__.py') exec(open(init_path).read(), d) SETUP_COMMANDS = d['__all__'] -VERSION = "0.6" +VERSION = "0.6.1" from setuptools import setup, find_packages import sys |