We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46f55db commit a6e4c98Copy full SHA for a6e4c98
privex/loghelper/__init__.py
@@ -1,6 +1,6 @@
1
from .LogHelper import LogHelper
2
name = 'loghelper'
3
-VERSION = '1.1.0'
+VERSION = '1.1.1'
4
5
"""
6
Copyright 2018 Privex Inc.
setup.py
@@ -39,7 +39,7 @@
39
author_email='[email protected]',
40
41
license='MIT',
42
- extras_require=dict(concurrent="ConcurrentLogHelper"),
+ extras_require=dict(concurrent=["ConcurrentLogHelper"]),
43
44
packages=find_packages(),
45
classifiers=[
0 commit comments