fix: use BaseException instead of Exception, up to 0.1.2

This commit is contained in:
jar3b
2019-08-23 11:08:50 +03:00
parent 98e9c9a122
commit 0702291c26
3 changed files with 14 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ from setuptools import setup
setup(
name='logag-python-handler',
version='0.1.1',
version='0.1.2',
packages=['logag_handler'],
url='https://gitlab.com/logag/logag-python-handler',
license='MIT',