diff --git a/setup.py b/setup.py index a8455d8..89b9725 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='logag-python-handler', - version='0.1.3', + version='0.1.4', packages=['logag_handler'], url='https://gitlab.com/logag/logag-python-handler', license='MIT', @@ -13,6 +13,6 @@ setup( 'xid==1.0.5', ], dependency_links=[ - 'git+https://github.com/graham/python_xid.git@master#egg=xid' + 'git+https://github.com/graham/python_xid.git@master#egg=xid-1.0.5' ] )