summaryrefslogtreecommitdiff
path: root/bs4/__init__.py
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2012-02-02 11:24:31 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2012-02-02 11:24:31 -0500
commit426e9c118f2f09788fc7226366d261e8851cd268 (patch)
treef009e2f0096c12b3a766c22618d613f2e1a77324 /bs4/__init__.py
parent92b81a790f6b7dcd1b274ecc311366f40a0b4efb (diff)
Improved the setup.py.
Diffstat (limited to 'bs4/__init__.py')
-rw-r--r--bs4/__init__.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/bs4/__init__.py b/bs4/__init__.py
index 0b3c154..b469811 100644
--- a/bs4/__init__.py
+++ b/bs4/__init__.py
@@ -18,8 +18,7 @@ http://www.crummy.com/software/BeautifulSoup/documentation.html
"""
__author__ = "Leonard Richardson (leonardr@segfault.org)"
-__version__ = "4.0.0b"
-__copyright__ = "Copyright (c) 2004-2011 Leonard Richardson"
+__copyright__ = "Copyright (c) 2004-2012 Leonard Richardson"
__license__ = "MIT"
__all__ = ['BeautifulSoup']