From 2b7981e4f8ad425d73936751789c7609f5541a1b Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Sat, 4 Jan 2014 22:49:18 +0100 Subject: Bump the release to 0.4 --- gg_scrapper.py | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gg_scrapper.py b/gg_scrapper.py index 8ba5e2e..62f93bd 100755 --- a/gg_scrapper.py +++ b/gg_scrapper.py @@ -48,7 +48,7 @@ MANGLED_ADDR_RE = re.compile( r'([a-zA-Z0-9_.+-]+\.\.\.@[a-zA-Z0-9-]+\.[a-zA-Z0-9-.]+)', re.IGNORECASE) -__version__ = '0.3' +__version__ = '0.4' class Page(object): diff --git a/setup.py b/setup.py index bec4529..74d98dc 100644 --- a/setup.py +++ b/setup.py @@ -31,6 +31,7 @@ classifiers = [ 'Intended Audience :: Information Technology', 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', 'Natural Language :: English', + 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 3', 'Topic :: Communications :: Email', 'Topic :: Communications :: Conferencing'] -- cgit