From 53574960170973a4b56d3518781aea5544e93344 Mon Sep 17 00:00:00 2001 From: Humberto Rocha Date: Mon, 15 Jul 2019 18:04:23 -0300 Subject: [PATCH] Version bump --- revelation/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/revelation/__init__.py b/revelation/__init__.py index c9cf78f..8fdc209 100644 --- a/revelation/__init__.py +++ b/revelation/__init__.py @@ -5,5 +5,5 @@ __author__ = "Humberto Rocha" __email__ = "humrochagf@gmail.com" -__version__ = "1.0.1" +__version__ = "1.1.0" __all__ = ["PresentationReloader", "Revelation"]