diff options
author | reinout <reinout@vanrees.org> | 2009-09-14 10:41:20 +0200 |
---|---|---|
committer | Johann C. Rocholl <johann@rocholl.net> | 2009-10-06 08:56:48 -0700 |
commit | 3715b8ec9cbbd6fb1bd2269b4b284e7fa020cf52 (patch) | |
tree | a84dd07551c6a857ca7438a02bc9b82699e74a50 /setup.py | |
parent | f640f0d2111edd708891c5f9d04bb7f6414dfbe9 (diff) | |
download | pep8-3715b8ec9cbbd6fb1bd2269b4b284e7fa020cf52.tar.gz |
Preparing 0.3 release
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = '0.3dev' +version = '0.3' long_description = '\n\n'.join([open('README.txt').read(), open('CHANGES.txt').read(), open('TODO.txt').read()]) |