summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorreinout <reinout@vanrees.org>2009-10-22 11:24:31 +0200
committerJohann C. Rocholl <johann@rocholl.net>2009-11-12 18:16:57 -0800
commit1508d138fa93652707104cb4001128b8b42b1357 (patch)
treecfff1870c619d3a82a82a562941d1453df674018 /setup.py
parenta7cb753c80ee69c19ebd0b88611ec9b9771958d0 (diff)
downloadpep8-1508d138fa93652707104cb4001128b8b42b1357.tar.gz
Back to development: 0.5
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 8d3c6a1..e9fe144 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages
-version = '0.4.1'
+version = '0.5dev'
long_description = '\n\n'.join([open('README.rst').read(),
open('CHANGES.txt').read(),
open('TODO.txt').read()])