aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authortarek <none@none>2009-08-25 19:48:02 +0200
committertarek <none@none>2009-08-25 19:48:02 +0200
commit6c31d16ce512c164e211aec0fa1d44437dfe5c61 (patch)
tree940e12bb87f6c3051dc0f389ad94952af14f1c20 /setup.py
parent81b3818500aef5efe1151c60a4ffb8d6ad28331e (diff)
downloadexternal_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-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 4deaa1f6..10502748 100755
--- a/setup.py
+++ b/setup.py
@@ -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