Skip to content

Commit

Permalink
Versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
robbinjanssen committed Jan 28, 2023
1 parent 720152b commit f87af03
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linting.yaml
Expand Up @@ -69,11 +69,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Set up Python 3.9
- name: Set up Python 3.10
id: python
uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.10'

- name: Set pip cache dir
id: pip-cache
Expand Down
2 changes: 1 addition & 1 deletion custom_components/ojmicroline_thermostat/const.py
Expand Up @@ -2,7 +2,7 @@
DOMAIN = "ojmicroline_thermostat"
MANUFACTURER = "OJ Electronics"
INTEGRATION_NAME = "OJ Microline Thermostat"
CONFIG_FLOW_VERSION = 2
CONFIG_FLOW_VERSION = 1

API_TIMEOUT = 30
UPDATE_INTERVAL = 60
Expand Down
2 changes: 1 addition & 1 deletion custom_components/ojmicroline_thermostat/manifest.json
Expand Up @@ -2,7 +2,7 @@
"domain": "ojmicroline_thermostat",
"name": "OJ Microline Thermostat",
"config_flow": true,
"version": "1.0.0",
"version": "1.1.0",
"documentation": "https://github.com/robbinjanssen/home-assistant-ojmicroline-thermostat",
"issue_tracker": "https://github.com/robbinjanssen/home-assistant-ojmicroline-thermostat/issues",
"requirements": [
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "home-assistant-ojmicroline-thermostat"
version = "1.0.0"
version = "1.1.0"
description = "Control your OJ Microline Thermostat using home assistant."
authors = ["Robbin Janssen <robbinjanssen@gmail.com>"]
maintainers = ["Robbin Janssen <robbinjanssen@gmail.com>"]
Expand Down

0 comments on commit f87af03

Please sign in to comment.