summaryrefslogtreecommitdiff
path: root/bs4/__init__.py
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2015-06-28 09:38:50 -0400
committerLeonard Richardson <leonardr@segfault.org>2015-06-28 09:38:50 -0400
commitec60474030e5ae091dc3500312f9447dcc7d56bf (patch)
tree0beb0cf521c6408240269b87384ddcd2ca93be15 /bs4/__init__.py
parent951eee1144397fd7257fb0e812a62baa8beed24b (diff)
Reorganized changelog.
Diffstat (limited to 'bs4/__init__.py')
-rw-r--r--bs4/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bs4/__init__.py b/bs4/__init__.py
index f24d69c..68e7512 100644
--- a/bs4/__init__.py
+++ b/bs4/__init__.py
@@ -17,8 +17,8 @@ http://www.crummy.com/software/BeautifulSoup/bs4/doc/
"""
__author__ = "Leonard Richardson (leonardr@segfault.org)"
-__version__ = "4.3.2"
-__copyright__ = "Copyright (c) 2004-2013 Leonard Richardson"
+__version__ = "4.3.9b1"
+__copyright__ = "Copyright (c) 2004-2015 Leonard Richardson"
__license__ = "MIT"
__all__ = ['BeautifulSoup']