From 2d2d3f83c2b98f7c12bacef0d526816fb51b6f22 Mon Sep 17 00:00:00 2001 From: Matheus Felipe <50463866+matheusfelipeog@users.noreply.github.com> Date: Thu, 11 Feb 2021 02:40:33 -0300 Subject: [PATCH] Update version 0.1.0 to 0.1.1 --- worldometer/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worldometer/__about__.py b/worldometer/__about__.py index 3ec3371..d8ef216 100644 --- a/worldometer/__about__.py +++ b/worldometer/__about__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -__version__ = '0.1.0' +__version__ = '0.1.1' __author__ = 'Matheus Felipe' __email__ = 'matheusfelipeog@protonmail.com'