Skip to content

Commit a6e4c98

Browse files
committed
v1.1.1 - fixed extras
1 parent 46f55db commit a6e4c98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

privex/loghelper/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from .LogHelper import LogHelper
22
name = 'loghelper'
3-
VERSION = '1.1.0'
3+
VERSION = '1.1.1'
44

55
"""
66
Copyright 2018 Privex Inc.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
author_email='[email protected]',
4040

4141
license='MIT',
42-
extras_require=dict(concurrent="ConcurrentLogHelper"),
42+
extras_require=dict(concurrent=["ConcurrentLogHelper"]),
4343

4444
packages=find_packages(),
4545
classifiers=[

0 commit comments

Comments
 (0)