Skip to content

Commit 50478cf

Browse files
author
Geoff Munn
committed
Changes added, new version number preppred
1 parent 23d86b8 commit 50478cf

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Diff for: README.md

+6
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ The Terra Classic Software Development Kit (SDK) in Python is a simple library t
2828
- Exposes the Terra Classic API through LCDClient
2929
- Supports non-Terra Classic addresses for transactions
3030
- IBC swaps between non-Terra Classic chains are partially supported (where IBC channels exist)
31+
- Osmosis support (requires terra.proto 3.0.2 or newer)
32+
33+
## Recent changes
34+
35+
### 2.0.10
36+
- Osmosis support
3137

3238
<br/>
3339

Diff for: pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ classifiers = [
1414
description = "The Python SDK for Terra Classic"
1515
documentation = "https://terra-money.github.io/terra.py/index.html"
1616
homepage = "https://github.com/geoffmunn/terra.py"
17-
keywords = ["jigu", "blockchain", "terra", "terra classic", "lunc", "defi", "crypto"]
17+
keywords = ["jigu", "blockchain", "terra", "terra classic", "lunc", "defi", "crypto", "luna classic"]
1818
license = "MIT"
1919
packages = [{ include = "terra_classic_sdk" }]
2020
readme = "README.md"
2121
repository = "https://github.com/terra-money/terra.py"
22-
version = "2.0.8.2"
22+
version = "2.0.10.1"
2323

2424
[tool.poetry.dependencies]
2525
aiohttp = "^3.8.1"

0 commit comments

Comments
 (0)