diff --git a/setup.py b/setup.py index 49e1abae4ec037bcd75afdc1a20988c7b40d6086..c6121f33264cdbbc283b2431b178516055d35716 100644 --- a/setup.py +++ b/setup.py @@ -28,10 +28,10 @@ setup( description=next(x for x in long_description.splitlines() if x.strip()), long_description='.. contents::\n\n' + long_description, keywords='smtp milter funnel', - version='0.2', + version='0.3', author='Nexedi', author_email='vincent@nexedi.com', - url='https://lab.nexedi.com/vpelletier/python-munnel', # TODO: relocate to /nexedi + url='https://lab.nexedi.com/nexedi/python-munnel', license='GPLv3', platforms=['any'], install_requires=['python-libmilter'],