From d477c7d411055efbf27194caa0be60d2146f65bc Mon Sep 17 00:00:00 2001 From: Benjamin Ramser Date: Sat, 12 Jun 2021 12:41:18 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=94=A7=20bump=20version=20to=20v?= =?UTF-8?q?0.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 603b131..40bfd60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyle38" -version = "0.1.0" +version = "0.2.0" description = "Async python client for Tile38" authors = ["Benjamin Ramser "] license = "MIT"