From 2c6c716bf677478629a618ef5adf74e1331f3b0c Mon Sep 17 00:00:00 2001 From: Nihaal Sangha <18350092+OrangutanGaming@users.noreply.github.com> Date: Sat, 28 Mar 2020 14:45:14 +0000 Subject: [PATCH] Bumped version to 0.2.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d9fa403..8d4c22d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pecho" -version = "0.2.0" +version = "0.2.1" description = "Easy way to write things like status bars" authors = ["Nihaal Sangha <18350092+OrangutanGaming@users.noreply.github.com>"] license = "MIT"