aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2014-12-28 21:07:59 +0100
committerMatěj Cepl <mcepl@cepl.eu>2014-12-28 21:07:59 +0100
commit2b9e1003e81754528fb18a7d835ed9c3c800d743 (patch)
tree9fdbc4fa78f442cecd9eb9d576719cbc6e40e2bf
parent2416450498a418bd6daf9f8bac255a47064079e6 (diff)
downloadgg_scraper-2b9e1003e81754528fb18a7d835ed9c3c800d743.tar.gz
Use as the url of the project the gitlab one.0.10.0
-rwxr-xr-xgg_scraper.py2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/gg_scraper.py b/gg_scraper.py
index 89939bf..bd44b18 100755
--- a/gg_scraper.py
+++ b/gg_scraper.py
@@ -54,7 +54,7 @@ MANGLED_ADDR_RE = re.compile(
r'([a-zA-Z0-9_.+-]+(\.)+@[a-zA-Z0-9-]+\.[a-zA-Z0-9-.]+)',
re.IGNORECASE)
-__version__ = '0.9.0'
+__version__ = '0.10.0'
pyver = sys.version_info
py26 = pyver[:2] < (2, 7)
diff --git a/setup.py b/setup.py
index af06596..95490f2 100644
--- a/setup.py
+++ b/setup.py
@@ -33,7 +33,7 @@ setup(name='gg_scraper',
long_description=get_long_description(),
author='Matěj Cepl',
author_email='mcepl@cepl.eu',
- url='http://luther.ceplovi.cz/git/gg_scraper.git',
+ url='https://gitlab.com/mcepl/gg_scraper',
scripts=['gg_scraper.py'],
keywords=['email', 'Google Groups', 'scrap', 'backup'],
license='GNU GPL',