diff options
author | Leonard Richardson <leonardr@segfault.org> | 2013-08-15 08:43:50 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2013-08-15 08:43:50 -0400 |
commit | f69a24d0c0f7dae04c5e8b5f2f17910c342ad548 (patch) | |
tree | 7c18cd87114f31f0a49137d9487c9a52fa144d88 | |
parent | 0fc67a99990999a3e2118c80ff30038a6247f30c (diff) |
Bumped version number.
-rw-r--r-- | bs4/__init__.py | 2 | ||||
-rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bs4/__init__.py b/bs4/__init__.py index 75c1aaa..272d44a 100644 --- a/bs4/__init__.py +++ b/bs4/__init__.py @@ -17,7 +17,7 @@ http://www.crummy.com/software/BeautifulSoup/bs4/doc/ """ __author__ = "Leonard Richardson (leonardr@segfault.org)" -__version__ = "4.3.0" +__version__ = "4.3.1" __copyright__ = "Copyright (c) 2004-2013 Leonard Richardson" __license__ = "MIT" @@ -7,7 +7,7 @@ except ImportError: from distutils.command.build_py import build_py setup(name="beautifulsoup4", - version = "4.3.0", + version = "4.3.1", author="Leonard Richardson", author_email='leonardr@segfault.org', url="http://www.crummy.com/software/BeautifulSoup/bs4/", |