Skip to content

Commit 14f7aff

Browse files
author
Github Actions
committed
release 2.15.0
1 parent 08fb0d8 commit 14f7aff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.14.0
2+
current_version = 2.15.0
33
commit = false
44
tag = false
55

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
setup(
33
name = 'fireblocks_sdk',
44
packages = ['fireblocks_sdk'],
5-
version = '2.14.0',
5+
version = '2.15.0',
66
license='MIT',
77
description = 'Fireblocks python SDK',
88
long_description="""Fireblocks python SDK""",
99
long_description_content_type='text/markdown',
1010
url = 'https://github.com/fireblocks/fireblocks-sdk-py',
11-
download_url = 'https://github.com/fireblocks/fireblocks-sdk-py/archive/v2.14.0.tar.gz',
11+
download_url = 'https://github.com/fireblocks/fireblocks-sdk-py/archive/v2.15.0.tar.gz',
1212
keywords = ['Fireblocks', 'SDK'],
1313
install_requires=[
1414
'PyJWT>=2.8.0',

0 commit comments

Comments
 (0)