diff --git a/elmax_api/__init__.py b/elmax_api/__init__.py index afccb08..cc04bd4 100644 --- a/elmax_api/__init__.py +++ b/elmax_api/__init__.py @@ -1,7 +1,7 @@ """Client for the Elmax Cloud services.""" __name__ = "elmax_api" -__version__ = "0.0.5rc3" +__version__ = "0.0.5" __license__ = "MIT" __url__ = "https://github.com/albertogeniola/elmax-api" __author__ = "Alberto Geniola"