diff --git a/pyproject.toml b/pyproject.toml index d02fa36..4b39621 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rnsh" -version = "0.1.2" +version = "0.1.3" description = "Shell over Reticulum" authors = ["acehoss "] license = "MIT" @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.7" -rns = ">=0.5.9" +rns = ">=6.0.0" [tool.poetry.scripts] rnsh = 'rnsh.rnsh:rnsh_cli'