We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f723396 commit 42a5e8eCopy full SHA for 42a5e8e
1 file changed
setup.py
@@ -22,7 +22,7 @@ def get_long_description():
22
23
long_description = get_long_description()
24
25
-version = '0.2.9'
+version = '0.3.0'
26
setup(
27
name="basescript",
28
version=version,
@@ -36,7 +36,7 @@ def get_long_description():
36
license='MIT License',
37
install_requires=[
38
"pytz==2018.3",
39
- "six==1.11.0",
+ "six>=1.11.0",
40
"structlog==18.1.0",
41
"colorama==0.3.9",
42
"deeputil==0.2.7",
0 commit comments