Skip to content

Commit

Permalink
Freeze/Unfreeze transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomer Vilensky committed May 1, 2021
1 parent 16d7899 commit dcf8f1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
setup(
name = 'fireblocks_sdk',
packages = ['fireblocks_sdk'],
version = '1.5.15',
version = '1.5.16',
license='MIT',
description = 'Fireblocks python SDK',
url = 'https://github.com/fireblocks/fireblocks-sdk-py',
download_url = 'https://github.com/fireblocks/fireblocks-sdk-py/archive/v1.5.15.tar.gz',
download_url = 'https://github.com/fireblocks/fireblocks-sdk-py/archive/v1.5.16.tar.gz',
keywords = ['Fireblocks', 'SDK'],
install_requires=[
'PyJWT==1.7.1',
Expand All @@ -16,7 +16,7 @@
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Topic :: Software Development',
'Topic :: Software Development',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.6',
],
Expand Down

0 comments on commit dcf8f1e

Please sign in to comment.