File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ deploy:
1919 - basescript/utils.py
2020 - examples/adder.py
2121 - examples/helloworld.py
22- name : basescript-0.3.7
23- tag_name : 0.3.7
22+ name : basescript-0.3.10
23+ tag_name : 0.3.10
2424 true :
2525 repo : deep-compute/basescript
2626- provider : pypi
@@ -47,7 +47,7 @@ install:
4747- pip install unittest2
4848language : python
4949python :
50- - ' 2.7 '
50+ - ' 3.5 '
5151script :
5252- docker run -v $(pwd):/app deepcompute/black:python-black-latest --check .
5353- echo "No tests"
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ def get_long_description():
2525
2626long_description = get_long_description ()
2727
28- version = "0.3.9 "
28+ version = "0.3.10 "
2929setup (
3030 name = "basescript" ,
3131 version = version ,
@@ -43,7 +43,7 @@ def get_long_description():
4343 "structlog==18.1.0" ,
4444 "colorama==0.3.9" ,
4545 "deeputil>=0.2.7" ,
46- "PyYAML==5.1.1 "
46+ "PyYAML==6.0 "
4747 ],
4848 package_dir = {"basescript" : "basescript" },
4949 packages = find_packages ("." , exclude = ["tests*" ]),
You can’t perform that action at this time.
0 commit comments