diff options
-rwxr-xr-x | gg_scraper.py | 2 | ||||
-rw-r--r-- | setup.py | 2 |
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) @@ -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', |