summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2012-03-14 10:26:11 -0400
committerLeonard Richardson <leonard.richardson@canonical.com>2012-03-14 10:26:11 -0400
commit061122ac68d2041719481c54a7106230585e6306 (patch)
treeb3c503443780ba2a1b473caf29338790d3a0cd43 /setup.py
parentf9a9d1023413de9784b4aab52bc7afd5103e10c4 (diff)
downloadbeautifulsoup4-061122ac68d2041719481c54a7106230585e6306.tar.gz
Bumping version number AGAIN.
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 b17edee..2558a65 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ except ImportError:
from distutils.command.build_py import build_py
setup(name="beautifulsoup4",
- version = "4.0.0b10",
+ version = "4.0.1",
author="Leonard Richardson",
author_email='leonardr@segfault.org',
url="http://www.crummy.com/software/BeautifulSoup/bs4/",