diff --git a/custom_components/noaa_space_weather/const.py b/custom_components/noaa_space_weather/const.py index 5ab2226..a58a178 100644 --- a/custom_components/noaa_space_weather/const.py +++ b/custom_components/noaa_space_weather/const.py @@ -4,7 +4,7 @@ NAME = "NOAA Space Weather" DOMAIN = "noaa_space_weather" DOMAIN_DATA = f"{DOMAIN}_data" -VERSION = "2.0.1" +VERSION = "2.1.0-beta" ATTRIBUTION = "Data provided by https://services.swpc.noaa.gov" ISSUE_URL = "https://github.com/tcarwash/home-assistant_noaa-space-weather/issues/"