From f483444daad7318836fb5ed8be43b43d432521f8 Mon Sep 17 00:00:00 2001 From: Aaron Heise <5148966+acehoss@users.noreply.github.com> Date: Wed, 8 Mar 2023 16:58:03 -0600 Subject: [PATCH] Version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 40e1679..34b7c05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rnsh" -version = "0.0.12" +version = "0.0.13" description = "Shell over Reticulum" authors = ["acehoss "] license = "MIT"