summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2012-03-26 09:01:06 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2012-03-26 09:01:06 +0200
commit5a0c9b0bd008bf6ce95b01b4765477a4206d60ab (patch)
treeb0db07a3ab730af1013de7353214489389205d04 /setup.py
parent5f70236ce8a70c0af301bbf4e3afd914c1cd1e3d (diff)
downloadpep8-5a0c9b0bd008bf6ce95b01b4765477a4206d60ab.tar.gz
Release version 0.7.0.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 2c7092d..882c915 100644
--- a/setup.py
+++ b/setup.py
@@ -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()])