Skip to content

Commit 42a5e8e

Browse files
author
root
committed
bumping_six_module_version ref #84
1 parent f723396 commit 42a5e8e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def get_long_description():
2222

2323
long_description = get_long_description()
2424

25-
version = '0.2.9'
25+
version = '0.3.0'
2626
setup(
2727
name="basescript",
2828
version=version,
@@ -36,7 +36,7 @@ def get_long_description():
3636
license='MIT License',
3737
install_requires=[
3838
"pytz==2018.3",
39-
"six==1.11.0",
39+
"six>=1.11.0",
4040
"structlog==18.1.0",
4141
"colorama==0.3.9",
4242
"deeputil==0.2.7",

0 commit comments

Comments
 (0)