diff options
Diffstat (limited to 'bs4')
-rw-r--r-- | bs4/__init__.py | 3 | ||||
-rw-r--r-- | bs4/version.py | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bs4/__init__.py b/bs4/__init__.py index 0b3c154..b469811 100644 --- a/bs4/__init__.py +++ b/bs4/__init__.py @@ -18,8 +18,7 @@ http://www.crummy.com/software/BeautifulSoup/documentation.html """ __author__ = "Leonard Richardson (leonardr@segfault.org)" -__version__ = "4.0.0b" -__copyright__ = "Copyright (c) 2004-2011 Leonard Richardson" +__copyright__ = "Copyright (c) 2004-2012 Leonard Richardson" __license__ = "MIT" __all__ = ['BeautifulSoup'] diff --git a/bs4/version.py b/bs4/version.py new file mode 100644 index 0000000..a894be2 --- /dev/null +++ b/bs4/version.py @@ -0,0 +1 @@ +__version__ = "4.0.0b3" |