Skip to content

Commit 7212f3c

Browse files
author
Github Actions
committed
release 13.0.0
1 parent 0f190af commit 7212f3c

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

fireblocks/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
""" # noqa: E501
1616

1717

18-
__version__ = "0.0.0"
18+
__version__ = "13.0.0"
1919

2020
# import apis into sdk package
2121
from fireblocks.api.api_user_api import ApiUserApi

fireblocks/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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]:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fireblocks"
3-
version = "0.0.0"
3+
version = "13.0.0"
44
description = "Fireblocks API"
55
authors = ["Fireblocks <support@fireblocks.com>"]
66
license = "MIT License"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# prerequisite: setuptools
2424
# http://pypi.python.org/pypi/setuptools
2525
NAME = "fireblocks"
26-
VERSION = "0.0.0"
26+
VERSION = "13.0.0"
2727
PYTHON_REQUIRES = ">= 3.8"
2828
REQUIRES = [
2929
"urllib3 >= 2.1.0, < 3.0.0",

0 commit comments

Comments
 (0)