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
commitc4448f67c267ac1ba2d119f523631ebae16cfee1 (patch)
tree531b4bf18b4a064e4ba0757043abaf7016889eb0 /setup.py
parentdfee19c40373d420ca8951e82fb25c14f8fcc163 (diff)
downloadbeautifulsoup4-c4448f67c267ac1ba2d119f523631ebae16cfee1.tar.gz
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/",