diff --git a/yr_weather/__init__.py b/yr_weather/__init__.py index c925f28..7fca94a 100644 --- a/yr_weather/__init__.py +++ b/yr_weather/__init__.py @@ -21,5 +21,5 @@ from .radar import Radar from .textforecast import Textforecast -__version__ = "0.1.0" +__version__ = "0.1.1" __author__ = "ZeroWave022"