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 /bs4/__init__.py | |
parent | 0fc67a99990999a3e2118c80ff30038a6247f30c (diff) |
Bumped version number.
Diffstat (limited to 'bs4/__init__.py')
-rw-r--r-- | bs4/__init__.py | 2 |
1 files changed, 1 insertions, 1 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" |