diff options
| author | tarek <none@none> | 2009-09-26 20:20:03 +0200 |
|---|---|---|
| committer | tarek <none@none> | 2009-09-26 20:20:03 +0200 |
| commit | 7cdf5f6c30168ddc2a0bfbc321e75ef254e719b6 (patch) | |
| tree | e5174bfed9aa25dc8a147e9b534dc6a01377c24f /setup.py | |
| parent | 610e31a405f1129651ef5df3bcf0721ceec3076c (diff) | |
| download | python-setuptools-git-7cdf5f6c30168ddc2a0bfbc321e75ef254e719b6.tar.gz | |
starting 0.6.3 development
--HG--
branch : distribute
extra : rebase_source : 2854b62a13986569c1ad9773c54c73eb62025f70
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.2" +VERSION = "0.6.3" from setuptools import setup, find_packages import sys |
