Skip to content

Commit 01bfbf7

Browse files
author
Github Actions
committed
release 5.0.0
1 parent 9d906b0 commit 01bfbf7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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__ = "5.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
@@ -424,7 +424,7 @@ def to_debug_report(self):
424424
"OS: {env}\n"
425425
"Python Version: {pyversion}\n"
426426
"Version of the API: 1.6.2\n"
427-
"SDK Package Version: 0.0.0".format(env=sys.platform, pyversion=sys.version)
427+
"SDK Package Version: 5.0.0".format(env=sys.platform, pyversion=sys.version)
428428
)
429429

430430
def get_host_settings(self):

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 = "5.0.0"
44
description = "Fireblocks API"
55
authors = ["Fireblocks <[email protected]>"]
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 = "5.0.0"
2727
PYTHON_REQUIRES = ">=3.8"
2828
REQUIRES = [
2929
"urllib3 >= 1.25.3, < 2.1.0",

0 commit comments

Comments
 (0)