Skip to content

Commit ac0012c

Browse files
committed
bump ver
1 parent c6a75ef commit ac0012c

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.10"
5+
ENV CYNC_VERSION="v0.1.11"
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.10
3+
version = 0.1.11
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.10"
27+
__version__: str = "0.1.11"
2828

2929
CYNC_VERSION: str = __version__
3030
REPO_URL: str = "https://github.com/baudneo/cync-lan"

0 commit comments

Comments
 (0)