Updated versions

This commit is contained in:
Mark Qvist 2023-09-22 08:26:02 +02:00
parent f18a0946c7
commit eb4f94f57a

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "rnsh"
version = "0.1.2"
version = "0.1.3"
description = "Shell over Reticulum"
authors = ["acehoss <acehoss@acehoss.net>"]
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'