Skip to content

Commit 71502f7

Browse files
committed
Bump version to 3.0.0-beta1
1 parent ec13c08 commit 71502f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

custom_components/gismeteo/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
# Base component constants
3636
NAME: Final = "Gismeteo"
3737
DOMAIN: Final = "gismeteo"
38-
VERSION: Final = "3.0.0.dev0"
38+
VERSION: Final = "3.0.0-beta1"
3939
ATTRIBUTION: Final = "Data provided by Gismeteo"
4040
ISSUE_URL: Final = "https://github.com/Limych/ha-gismeteo/issues"
4141
#

custom_components/gismeteo/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
"requirements": [
1515
"beautifulsoup4~=4.12"
1616
],
17-
"version": "3.0.0.dev0"
17+
"version": "3.0.0-beta1"
1818
}

0 commit comments

Comments
 (0)