From 80b11addd398703e090958420b38ced7cd6a9b1a Mon Sep 17 00:00:00 2001 From: Davte Date: Thu, 20 Feb 2020 10:33:46 +0100 Subject: [PATCH] Whitespace --- ciclopibot/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ciclopibot/__init__.py b/ciclopibot/__init__.py index e6a25fd..f7205fe 100644 --- a/ciclopibot/__init__.py +++ b/ciclopibot/__init__.py @@ -3,10 +3,10 @@ __author__ = "Davide Testa" __email__ = "davide@davte.it" __license__ = "GNU General Public License v3.0" -__version__ = "1.1.9" +__version__ = "1.1.10" __maintainer__ = "Davide Testa" __contact__ = "t.me/davte" from . import ciclopi -__all__ = [ciclopi] \ No newline at end of file +__all__ = [ciclopi]