Skip to content

Commit

Permalink
release 1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Oct 30, 2023
1 parent 21ad342 commit c306dc9
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.22.1
current_version = 1.23.0
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 = '1.22.1',
version = '1.23.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/v1.22.1.tar.gz',
download_url = 'https://github.com/fireblocks/fireblocks-sdk-py/archive/v1.23.0.tar.gz',
keywords = ['Fireblocks', 'SDK'],
install_requires=[
'PyJWT>=2.3.0',
Expand Down

0 comments on commit c306dc9

Please sign in to comment.