Skip to content

Commit

Permalink
less
Browse files Browse the repository at this point in the history
  • Loading branch information
zoharsf committed May 1, 2024
1 parent d7e5026 commit 427da0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.8.2
current_version = 2.8.1
commit = false
tag = false

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
setup(
name = 'fireblocks_sdk',
packages = ['fireblocks_sdk'],
version = '2.8.2',
version = '2.8.1',
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.8.2.tar.gz',
download_url = 'https://github.com/fireblocks/fireblocks-sdk-py/archive/v2.8.1.tar.gz',
keywords = ['Fireblocks', 'SDK'],
install_requires=[
'PyJWT>=2.8.0',
Expand Down

0 comments on commit 427da0c

Please sign in to comment.