Bump to 0.6.2 (#53)

This commit is contained in:
Christiaan Goossens
2025-02-21 19:46:59 +01:00
committed by GitHub
parent 1fc4e0f21a
commit aaa977781c
2 changed files with 2 additions and 2 deletions

View File

@@ -19,5 +19,5 @@
"jinja2>=3.1.4",
"bcrypt>=4.2.0"
],
"version": "0.6.1"
"version": "0.6.2"
}

View File

@@ -1,6 +1,6 @@
[project]
name = "hass-oidc-auth"
version = "0.6.1"
version = "0.6.2"
description = "OIDC component for Home Assistant"
authors = [
{ name = "Christiaan Goossens", email = "contact@christiaangoossens.nl" }