diff options
author | Leonard Richardson <leonardr@segfault.org> | 2012-08-20 14:23:35 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2012-08-20 14:23:35 -0400 |
commit | d95ac0003965b4c70157d456fce4d5f1e03ab2d6 (patch) | |
tree | 6bdb65e3d8701a3d80498317fddc63c42c7eef50 /bs4 | |
parent | 346acf249a043d179a940173be6de4043b6b9aae (diff) |
Prep for release.
Diffstat (limited to 'bs4')
-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 23afa91..80f6f68 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.1.2" +__version__ = "4.1.3" __copyright__ = "Copyright (c) 2004-2012 Leonard Richardson" __license__ = "MIT" |