Skip to content

Commit

Permalink
version update to 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-fireblocks committed Jun 25, 2020
1 parent f997da1 commit 7eaa1df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.4.4',
version = '1.4.5',
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.4.4.tar.gz',
download_url = 'https://github.com/fireblocks/fireblocks-sdk-py/archive/v1.4.5.tar.gz',
keywords = ['Fireblocks', 'SDK'],
install_requires=[
'PyJWT==1.7.1',
Expand Down

0 comments on commit 7eaa1df

Please sign in to comment.