summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2012-02-24 12:07:22 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2012-02-24 12:07:22 -0500
commit27e720f684ea5b24d103c31aaf3aed88c8a11753 (patch)
tree04d05a7db811780948dc29946a8d6197a12a6a80 /setup.py
parentf9363eb44da7b60b2bcb38c52a87e26da6732b19 (diff)
downloadbeautifulsoup4-27e720f684ea5b24d103c31aaf3aed88c8a11753.tar.gz
Renamed Tag.nsprefix to Tag.prefix, for consistency with NamespacedAttribute.
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 878d06c..21fad87 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.0b8",
+ version = "4.0.0b9",
author="Leonard Richardson",
author_email='leonardr@segfault.org',
url="http://www.crummy.com/software/BeautifulSoup/bs4/",