summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2012-02-20 14:05:38 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2012-02-20 14:05:38 -0500
commit60cb51632dce022d1a4aff18500d286e58e0bd5c (patch)
tree38120742636e4867b6284093ca4c19510623cf9a /setup.py
parent8f6446b1e45ad69ecd255cac3d9b9939127c91c2 (diff)
It's now possible to copy a BeautifulSoup object created with the html.parser treebuilder.
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 46d5ff2..0d5b7d7 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.0b6",
+ version = "4.0.0b7",
author="Leonard Richardson",
author_email='leonardr@segfault.org',
url="http://www.crummy.com/software/BeautifulSoup/bs4/",