File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- __version__ = "0.1.4 "
1+ __version__ = "0.1.5 "
22__doc__ = """
33Python client for Fusion Explorer API v{}
44Copyright (C) 2021 Fusion Solutions KFT <contact@fusionsolutions.io>
Original file line number Diff line number Diff line change 1- python-fsrpcclient ~= 0.3 .0
1+ python-fsrpcclient ~= 0.4 .0
Original file line number Diff line number Diff line change 99
1010setup (
1111 name = "python-feclient" ,
12- version = "0.1.4 " ,
12+ version = "0.1.5 " ,
1313 description = "Client for Fusion Explorer" ,
1414 keywords = "explorer client fusion solutions fusionsolutions fusionexplorer" ,
1515 author = "Andor `iFA` Rajci - Fusions Solutions KFT" ,
2222 zip_safe = False ,
2323 scripts = ["feClient/fexplorer-cli" ],
2424 python_requires = ">=3.8.0" ,
25- install_requires = ["python-fsrpcclient~=0.3 .0" ],
25+ install_requires = ["python-fsrpcclient~=0.4 .0" ],
2626 test_suite = "feClient.test" ,
2727 package_data = { "" :["py.typed" ] },
2828 classifiers = [ # https://pypi.org/pypi?%3Aaction=list_classifiers
You can’t perform that action at this time.
0 commit comments