We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 256dd93 commit 5ae0fc8Copy full SHA for 5ae0fc8
CHANGELOG
@@ -1,4 +1,6 @@
1
# Changelog
2
3
+## 0.2.2
4
+- Changed unit name
5
## 0.2.1
6
- Ported to Torus network
pyproject.toml
@@ -1,13 +1,13 @@
[tool.poetry]
name = "torusdk"
-version = "0.2.1"
+version = "0.2.2"
description = "Torus network official CLI"
authors = ["renlabs <[email protected]>"]
license = "MIT"
7
readme = "README.md"
8
9
[tool.poetry.scripts]
10
-torus-cli = "torusdk.cli:app"
+torus = "torusdk.cli:app"
11
12
# configure autopep to not format type ignores !!!
13
[tool.autopep8]
0 commit comments