Skip to content

Commit d389729

Browse files
authored
V1.0.0 (#183)
* empty commit to maybe kick off docs build * update version, add something to the changelog, add some more metadata in the pyproject.toml * update the changelog release date
1 parent 08b82bd commit d389729

File tree

2 files changed

+23
-9
lines changed

2 files changed

+23
-9
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## [Unreleased]
9+
10+
## [1.0.0] - 2021-03-31
11+
### Added
12+
- Initial release! Please open up an issue in our repo if you have any
13+
feedback or issues to report.

pyproject.toml

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,25 @@
11
[tool.poetry]
22
name = "xrpl"
3-
version = "0.1.0"
4-
description = "Foundational XRPL ledger tools"
3+
version = "1.0.0"
4+
description = "A complete Python library for interacting with the XRP ledger"
55
readme = "README.md"
6-
repository = "https://github.com/xpring-eng/xrpl-py"
6+
repository = "https://github.com/XRPLF/xrpl-py"
77
authors = [
8-
"Amie Corso <acorso@ripple.com>",
9-
"Ted Kalaw <tkalaw@ripple.com>",
10-
"Mayukha Vadari <mvadari@ripple.com>",
11-
"Greg Weisbrod <gweisbrod@ripple.com>",
8+
"Amie Corso <acorso@ripple.com>",
9+
"Ted Kalaw <tkalaw@ripple.com>",
10+
"Mayukha Vadari <mvadari@ripple.com>",
11+
"Greg Weisbrod <gweisbrod@ripple.com>",
12+
]
13+
keywords = [
14+
"xrp",
15+
"xrpl",
16+
"cryptocurrency",
17+
]
18+
license = "ISC"
19+
documentation = "https://xrpl-py.readthedocs.io"
20+
include = [
21+
"LICENSE",
1222
]
13-
1423

1524
[tool.poetry.dependencies]
1625
python = "^3.7"

0 commit comments

Comments
 (0)