From 9aba12b44bfeb12ae068f57c58d866c58e109647 Mon Sep 17 00:00:00 2001 From: Florian Pigorsch Date: Sun, 20 Sep 2020 11:41:16 +0200 Subject: [PATCH] Bump version to 0.1.0 --- staticmaps/meta.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staticmaps/meta.py b/staticmaps/meta.py index d54ef37..04bc993 100644 --- a/staticmaps/meta.py +++ b/staticmaps/meta.py @@ -3,4 +3,4 @@ GITHUB_URL = "https://github.com/flopp/py-staticmaps" LIB_NAME = "py-staticmaps" -VERSION = "0.0.2" +VERSION = "0.1.0"