Skip to content

Commit

Permalink
release 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Apr 14, 2024
1 parent 0740a18 commit 0f746c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.7.0
current_version = 2.8.0
commit = false
tag = false

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
setup(
name = 'fireblocks_sdk',
packages = ['fireblocks_sdk'],
version = '2.7.0',
version = '2.8.0',
license='MIT',
description = 'Fireblocks python SDK',
long_description="""Fireblocks python SDK""",
long_description_content_type='text/markdown',
url = 'https://github.com/fireblocks/fireblocks-sdk-py',
download_url = 'https://github.com/fireblocks/fireblocks-sdk-py/archive/v2.7.0.tar.gz',
download_url = 'https://github.com/fireblocks/fireblocks-sdk-py/archive/v2.8.0.tar.gz',
keywords = ['Fireblocks', 'SDK'],
install_requires=[
'PyJWT>=2.7.0',
'PyJWT>=2.8.0',
'cryptography>=2.7',
'requests>=2.22.0',
],
Expand Down

0 comments on commit 0f746c9

Please sign in to comment.