Skip to content

Commit a9b52d0

Browse files
committed
Bump version for release
1 parent bf6ea0d commit a9b52d0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM python:3.13-slim-bookworm AS final
22

33
#ENV PYTHONDONTWRITEBYTECODE=1
44
ENV PYTHONUNBUFFERED=1
5-
ENV CYNC_VERSION="v0.1.8"
5+
ENV CYNC_VERSION="v0.1.9"
66

77
WORKDIR /root/cync-lan
88

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = cync_lan
3-
version = 0.1.8
3+
version = 0.1.9
44
author = baudneo
55
author_email = [email protected]
66
description = Local async HTTP/MQTT LAN controller for Cync / C by GE smart devices, designed to integrate with Home Assistant.

src/cync-lan.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import uvloop
2525
import yaml
2626

27-
__version__: str = "0.1.8"
27+
__version__: str = "0.1.9"
2828

2929
from requests import HTTPError
3030

0 commit comments

Comments
 (0)