summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2012-02-16 08:26:47 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2012-02-16 08:26:47 -0500
commitaea4cf30a7c58597defcc11d5f9e8f764a881206 (patch)
tree3f3cb77b7ed6a5b31760fd8c88155ed74311878a /setup.py
parentf3fb43854fd3decccdf62fa9865be10283d91780 (diff)
downloadbeautifulsoup4-aea4cf30a7c58597defcc11d5f9e8f764a881206.tar.gz
Prep for release.
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 407559d..d033def 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.0b5",
+ version = "4.0.0b6",
author="Leonard Richardson",
author_email='leonardr@segfault.org',
url="http://www.crummy.com/software/BeautifulSoup/bs4/",