Skip to content

Commit

Permalink
bump version 0.0.10 -> 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent-martin committed Mar 19, 2024
1 parent da983e5 commit cbc3fd9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![hacs_badge](https://img.shields.io/badge/HACS-Custom-41BDF5.svg)](https://github.com/hacs/integration)

Version 0.0.10
Version 0.0.11

Home assistant integration for Suez tout sur mon eau

Expand Down
2 changes: 1 addition & 1 deletion custom_components/portail_eau_fr/const.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'''Constants for water provider portal.'''

VERSION = '0.0.10'
VERSION = '0.0.11'

# (HASS) same as in manifest.json
DOMAIN = 'portail_eau_fr'
Expand Down
2 changes: 1 addition & 1 deletion custom_components/portail_eau_fr/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"domain": "portail_eau_fr",
"version": "0.0.10",
"version": "0.0.11",
"name": "Tout sur mon eau",
"codeowners": ["@laurent-martin"],
"config_flow": true,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ classifiers = [
dependencies = ['toutsurmoneau']

[tool.bumpver]
current_version = "0.0.10"
current_version = "0.0.11"
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit cbc3fd9

Please sign in to comment.