aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgg_scrapper.py2
-rw-r--r--setup.py1
2 files changed, 2 insertions, 1 deletions
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']