From 9781e1a074b8225f247efab68b7ce3605d68e9bb Mon Sep 17 00:00:00 2001 From: Bryan Hu Date: Mon, 16 Nov 2020 17:52:05 -0800 Subject: [PATCH] :bookmark: Version bump v0.1.1 -> v0.1.2 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fd8fe14..bd9a0a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "lark-shell" -version = "0.1.1" -description = "A terminal Lark IDE" +version = "0.1.2" +description = "A terminal version of the online Lark IDE" authors = ["Bryan Hu "] license = "GPL-3.0-or-later" readme = "README.md"