diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2012-03-26 09:01:06 +0200 |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2012-03-26 09:01:06 +0200 |
commit | 5a0c9b0bd008bf6ce95b01b4765477a4206d60ab (patch) | |
tree | b0db07a3ab730af1013de7353214489389205d04 /setup.py | |
parent | 5f70236ce8a70c0af301bbf4e3afd914c1cd1e3d (diff) | |
download | pep8-5a0c9b0bd008bf6ce95b01b4765477a4206d60ab.tar.gz |
Release version 0.7.0.
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.6.1' +version = '0.7.0' long_description = '\n\n'.join([open('README.rst').read(), open('CHANGES.txt').read(), open('TODO.txt').read()]) |