File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515""" # noqa: E501
1616
1717
18- __version__ = "0 .0.0"
18+ __version__ = "13 .0.0"
1919
2020# import apis into sdk package
2121from fireblocks .api .api_user_api import ApiUserApi
Original file line number Diff line number Diff line change @@ -552,7 +552,7 @@ def to_debug_report(self) -> str:
552552 "OS: {env}\n "
553553 "Python Version: {pyversion}\n "
554554 "Version of the API: 1.6.2\n "
555- "SDK Package Version: 0 .0.0" .format (env = sys .platform , pyversion = sys .version )
555+ "SDK Package Version: 13 .0.0" .format (env = sys .platform , pyversion = sys .version )
556556 )
557557
558558 def get_host_settings (self ) -> List [HostSetting ]:
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " fireblocks"
3- version = " 0 .0.0"
3+ version = " 13 .0.0"
44description = " Fireblocks API"
55authors = [" Fireblocks <support@fireblocks.com>" ]
66license = " MIT License"
Original file line number Diff line number Diff line change 2323# prerequisite: setuptools
2424# http://pypi.python.org/pypi/setuptools
2525NAME = "fireblocks"
26- VERSION = "0 .0.0"
26+ VERSION = "13 .0.0"
2727PYTHON_REQUIRES = ">= 3.8"
2828REQUIRES = [
2929 "urllib3 >= 2.1.0, < 3.0.0" ,
You can’t perform that action at this time.
0 commit comments