Skip to content

Commit 5ae0fc8

Browse files
committed
bump to version 0.2.2
1 parent 256dd93 commit 5ae0fc8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Changelog
22

3+
## 0.2.2
4+
- Changed unit name
35
## 0.2.1
46
- Ported to Torus network

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[tool.poetry]
22
name = "torusdk"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "Torus network official CLI"
55
authors = ["renlabs <[email protected]>"]
66
license = "MIT"
77
readme = "README.md"
88

99
[tool.poetry.scripts]
10-
torus-cli = "torusdk.cli:app"
10+
torus = "torusdk.cli:app"
1111

1212
# configure autopep to not format type ignores !!!
1313
[tool.autopep8]

0 commit comments

Comments
 (0)