summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2012-02-23 13:55:51 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2012-02-23 13:55:51 -0500
commit97b54c4bdbee0f109c444b50d8102ae8d7abb7c4 (patch)
tree8feb3c4387fa5dc67c810f76c9a831ebf523898d /setup.py
parent328204928bd22ca9e8aeac0a3208645d9f82f264 (diff)
parentdeaeb40977719ea821a62f41d75e2c9f48559094 (diff)
The namespace stuff seems to work, and it's definitely an improvement on the status quo, so in it goes.
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 0d5b7d7..878d06c 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.0b7",
+ version = "4.0.0b8",
author="Leonard Richardson",
author_email='leonardr@segfault.org',
url="http://www.crummy.com/software/BeautifulSoup/bs4/",