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"]