Skip to content

Commit

Permalink
release 1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Apr 4, 2022
1 parent b271055 commit e7e56f9
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 = 1.15.0
current_version = 1.15.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,11 +2,11 @@
setup(
name = 'fireblocks_sdk',
packages = ['fireblocks_sdk'],
version = '1.15.0',
version = '1.15.1',
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.15.0.tar.gz',
download_url = 'https://github.com/fireblocks/fireblocks-sdk-py/archive/v1.15.1.tar.gz',
keywords = ['Fireblocks', 'SDK'],
install_requires=[
'PyJWT>=2.3.0',
Expand Down

0 comments on commit e7e56f9

Please sign in to comment.