summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorflorentx <florent.xicluna@gmail.com>2010-03-02 08:50:45 +0100
committerflorentx <florent.xicluna@gmail.com>2010-03-02 08:50:45 +0100
commitc8c6161498651d4a1972f7e180eb8be621aadb7b (patch)
tree5aebde799253a8fb8afa1f0bf76249d3759d736c /setup.py
parentf6f7e6b55c62488ac2732c0b0f8d134e9adb2654 (diff)
downloadpep8-c8c6161498651d4a1972f7e180eb8be621aadb7b.tar.gz
Back to development.
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 31639e4..bfc7ee6 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages
-version = '0.5.0'
+version = '0.5.1dev'
long_description = '\n\n'.join([open('README.rst').read(),
open('CHANGES.txt').read(),
open('TODO.txt').read()])