Skip to content

Commit

Permalink
release: 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed Apr 23, 2024
1 parent c6963bf commit 26d20b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "strledger"
version = "0.5.1"
version = "0.6.0"
description = "Sign Stellar Transaction with Ledger on the command line."
authors = ["overcat <4catcode@gmail.com>"]
license = "MIT License"
Expand Down Expand Up @@ -31,7 +31,7 @@ classifiers = [

[tool.poetry.dependencies]
python = ">=3.8,<4.0"
click = "^8.0.1"
click = "^8.1.7"
stellar-sdk = { version = ">=9,<10" }
ledgerwallet = "^0.4.0"

Expand Down

0 comments on commit 26d20b7

Please sign in to comment.