aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2014-01-04 22:49:18 +0100
committerMatěj Cepl <mcepl@redhat.com>2014-01-04 22:49:18 +0100
commit2b7981e4f8ad425d73936751789c7609f5541a1b (patch)
tree792b16d245e662ffcb800ca6c0ab00e9ae6aa7eb
parent9762529a9e4d90734b327770c18ebcc7e86b8879 (diff)
downloadgg_scraper-2b7981e4f8ad425d73936751789c7609f5541a1b.tar.gz
Bump the release to 0.40.4
-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']