Skip to content

Commit

Permalink
Update indy-node version for release.
Browse files Browse the repository at this point in the history
- This was missed in the previous release(s).
- It appears the indy-node release process did not successfully trigger the update PR fully.

Signed-off-by: Wade Barnes <[email protected]>
  • Loading branch information
WadeBarnes committed Feb 14, 2024
1 parent d586b84 commit da34137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sovtoken/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
'*.css', '*.ico', '*.png', 'LICENSE', 'LEGAL', 'sovtoken']},
include_package_data=True,

install_requires=['indy-node==1.13.2.dev1678195950'],
install_requires=['indy-node==1.13.2'],

setup_requires=['pytest-runner'],
extras_require={
Expand Down

0 comments on commit da34137

Please sign in to comment.