aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorGuy Rozendorn <guy.rzn.co.il>2013-05-14 11:15:38 +0300
committerGuy Rozendorn <guy.rzn.co.il>2013-05-14 11:15:38 +0300
commit41a57f84efc8284964450615dca400bc17bbbb4e (patch)
tree6ef85862c0501689da4aec06f8ee652789efa3a3 /setup.py
parent788f2aa286e6efc430b2f581c6323a83275ac28f (diff)
downloadexternal_python_setuptools-41a57f84efc8284964450615dca400bc17bbbb4e.tar.gz
external_python_setuptools-41a57f84efc8284964450615dca400bc17bbbb4e.tar.bz2
external_python_setuptools-41a57f84efc8284964450615dca400bc17bbbb4e.zip
Bumped to 0.6.41 in preparation for next release.
--HG-- branch : distribute extra : rebase_source : 235fe544e2119364d2f4270a6c5ca20db4645324
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 9d15793c..31496089 100755
--- a/setup.py
+++ b/setup.py
@@ -46,7 +46,7 @@ exec(init_file.read(), d)
init_file.close()
SETUP_COMMANDS = d['__all__']
-VERSION = "0.6.40"
+VERSION = "0.6.41"
from setuptools import setup, find_packages
from setuptools.command.build_py import build_py as _build_py