diff options
author | Leonard Richardson <leonardr@segfault.org> | 2015-07-03 10:29:48 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2015-07-03 10:29:48 -0400 |
commit | 5881585f01efc14e1736f3056366d290a1498635 (patch) | |
tree | 3ba29a4ea8f72381849da65007012cb3bf335ac0 /bs4/__init__.py | |
parent | fdfe4bfbfe66420cd33b318d033de09a35649416 (diff) |
Change setup.py to focus on creating wheels.
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 b861d87..d35f765 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.9b1" +__version__ = "4.4.0" __copyright__ = "Copyright (c) 2004-2015 Leonard Richardson" __license__ = "MIT" |