diff options
author | reinout <reinout@vanrees.org> | 2009-10-22 13:17:50 +0200 |
---|---|---|
committer | Johann C. Rocholl <johann@rocholl.net> | 2009-11-12 18:18:33 -0800 |
commit | 8e293f918dcc0f2f590045cae97d5c133a3e2881 (patch) | |
tree | a51809f74896087c392690f4674e4aa5a3d1fae9 /setup.py | |
parent | 13785214c6823b9e937ba0f11ef4a954516ec5ee (diff) | |
download | pep8-8e293f918dcc0f2f590045cae97d5c133a3e2881.tar.gz |
Back to development: 0.5
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.4.2' +version = '0.5dev' long_description = '\n\n'.join([open('README.rst').read(), open('CHANGES.txt').read(), open('TODO.txt').read()]) |