diff --git a/custom_components/weatherlink/const.py b/custom_components/weatherlink/const.py index 63a9b37..66ea2a5 100644 --- a/custom_components/weatherlink/const.py +++ b/custom_components/weatherlink/const.py @@ -3,7 +3,7 @@ from enum import StrEnum DOMAIN = "weatherlink" -VERSION = "2024.1.1" +VERSION = "2024.4.0b0" MANUFACTURER = "Davis Instruments" CONFIG_URL = "https://www.weatherlink.com/" diff --git a/custom_components/weatherlink/manifest.json b/custom_components/weatherlink/manifest.json index febb8bf..c6557e7 100644 --- a/custom_components/weatherlink/manifest.json +++ b/custom_components/weatherlink/manifest.json @@ -13,6 +13,6 @@ "issue_tracker": "https://github.com/astrandb/weatherlink/issues", "requirements": [], "ssdp": [], - "version": "2024.1.1", + "version": "2024.4.0b0", "zeroconf": [] } diff --git a/setup.cfg b/setup.cfg index a37e788..f04f4d6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpver] -current_version = 2024.1.1 +current_version = 2024.4.0b0 version_pattern = YYYY.MM.PATCH[PYTAGNUM] commit_message = "Bump version from {old_version} to {new_version}" commit = False