summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2012-02-09 16:27:37 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2012-02-09 16:27:37 -0500
commita53b8ef3906dd315b6b2f0449c3ad4e1754a2ef3 (patch)
treed1c5d2368969f05e20dafd94b9484c2c2c83d370 /setup.py
parentc1072e0578ae5a2f300eb211518b39dd903d9d93 (diff)
downloadbeautifulsoup4-a53b8ef3906dd315b6b2f0449c3ad4e1754a2ef3.tar.gz
Bumped version number.
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 4eebcb8..407559d 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.0b4",
+ version = "4.0.0b5",
author="Leonard Richardson",
author_email='leonardr@segfault.org',
url="http://www.crummy.com/software/BeautifulSoup/bs4/",