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