diff --git a/requirements.txt b/requirements.txt index 111ce66..3e03ac0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -xid==1.0.4 \ No newline at end of file +git+https://github.com/graham/python_xid.git \ No newline at end of file diff --git a/setup.py b/setup.py index aed43a7..5f7cd9c 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='logag-python-handler', - version='0.1.0', + version='0.1.1', packages=['logag_handler'], url='https://gitlab.com/logag/logag-python-handler', license='MIT',