summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2013-10-02 08:33:46 -0400
committerLeonard Richardson <leonardr@segfault.org>2013-10-02 08:33:46 -0400
commit0fc4ee04ff460fd9c6394dd633fb2551f26e81a7 (patch)
tree142809548bd0d726739764e29a0bc0697b24c1ed /setup.py
parent087379fd404c38e5ae3a29b856c4cf7e25d82584 (diff)
downloadbeautifulsoup4-0fc4ee04ff460fd9c6394dd633fb2551f26e81a7.tar.gz
Prep for release.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c0eba9b..0142ea0 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ except ImportError:
from distutils.command.build_py import build_py
setup(name="beautifulsoup4",
- version = "4.3.1",
+ version = "4.3.2",
author="Leonard Richardson",
author_email='leonardr@segfault.org',
url="http://www.crummy.com/software/BeautifulSoup/bs4/",