-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update changelog * update pyproject * fix typo * fix more typos
- Loading branch information
Showing
5 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "xrpl-py" | ||
version = "1.0.0" | ||
version = "1.1.0" | ||
description = "A complete Python library for interacting with the XRP ledger" | ||
readme = "README.md" | ||
repository = "https://github.com/XRPLF/xrpl-py" | ||
|
@@ -9,6 +9,9 @@ authors = [ | |
"Ted Kalaw <[email protected]>", | ||
"Mayukha Vadari <[email protected]>", | ||
"Greg Weisbrod <[email protected]>", | ||
"Florent Uzio <[email protected]>", | ||
"Mayur Bhandary <[email protected]>", | ||
"Nathan Nichols <[email protected]>" | ||
] | ||
keywords = [ | ||
"xrp", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters