From f2cb539b5cd5da63187b221a0833ad75e0aac92c Mon Sep 17 00:00:00 2001 From: FraSharp Date: Wed, 16 Feb 2022 23:10:49 +0100 Subject: [PATCH] Revert "pyproject: bump to 0.2.0" This reverts commit 15220a3e983c1972e03d4d8e86f85f2156e5e51b. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 49f7aa7..10bae52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "arigram" -version = "0.2.0" +version = "0.1.1" description = "A fork of tg -- a hackable telegram TUI client" authors = ["TruncatedDinosour "] license = "Unlicense"