diff options
author | Johann C. Rocholl <johann@rocholl.net> | 2010-09-19 20:45:53 -0700 |
---|---|---|
committer | Johann C. Rocholl <johann@rocholl.net> | 2010-09-19 20:45:53 -0700 |
commit | 29968a6fa42ea2802118df92bd829344d910b8ae (patch) | |
tree | d888052195a69ec8b7f75722180112e11e304265 /setup.py | |
parent | 8d2d68790b6931833277cd671dfb8158962fac0c (diff) | |
download | pep8-29968a6fa42ea2802118df92bd829344d910b8ae.tar.gz |
Release 0.6.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.5.1dev' +version = '0.6.0' long_description = '\n\n'.join([open('README.rst').read(), open('CHANGES.txt').read(), open('TODO.txt').read()]) |