diff --git a/CLAUDE.md b/CLAUDE.md index 3a95746..68dfb2c 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -64,7 +64,7 @@ async with Controller( await ctrl.set_setpoint("Summer Time Mode", "Winter") # STRING_LIST by label ``` -See the [API docs](https://igor-panteleev.github.io/pycomap/) for full reference, built with [Zensical](https://zensical.org/). `just docs-serve` to browse locally. +See the [API docs](https://dobters.github.io/pycomap/) for full reference, built with [Zensical](https://zensical.org/). `just docs-serve` to browse locally. ## Development diff --git a/README.md b/README.md index 0d3ab8b..a1c28f2 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ async with Controller( await ctrl.set_setpoint("Summer Time Mode", "Winter") # STRING_LIST by label ``` -See the [API docs](https://igor-panteleev.github.io/pycomap/) for full reference, built with [Zensical](https://zensical.org/). `just docs-serve` to browse locally. +See the [API docs](https://dobters.github.io/pycomap/) for full reference, built with [Zensical](https://zensical.org/). `just docs-serve` to browse locally. ## Development diff --git a/llms.txt b/llms.txt index 0d3ab8b..a1c28f2 100644 --- a/llms.txt +++ b/llms.txt @@ -23,7 +23,7 @@ async with Controller( await ctrl.set_setpoint("Summer Time Mode", "Winter") # STRING_LIST by label ``` -See the [API docs](https://igor-panteleev.github.io/pycomap/) for full reference, built with [Zensical](https://zensical.org/). `just docs-serve` to browse locally. +See the [API docs](https://dobters.github.io/pycomap/) for full reference, built with [Zensical](https://zensical.org/). `just docs-serve` to browse locally. ## Development diff --git a/mkdocs.yml b/mkdocs.yml index f952d48..10922ce 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,8 +1,8 @@ site_name: pycomap -site_url: https://igor-panteleev.github.io/pycomap/ +site_url: https://dobters.github.io/pycomap/ site_description: Async Python client for ComAp controllers -repo_url: https://github.com/igor-panteleev/pycomap -repo_name: igor-panteleev/pycomap +repo_url: https://github.com/dobters/pycomap +repo_name: dobters/pycomap theme: name: material diff --git a/pyproject.toml b/pyproject.toml index 313fd8b..5064f25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pycomap" -version = "2.3.0" +version = "2.3.1" description = "Async Python client for ComAp controllers: LAN discovery and the native ECDH/AES-encrypted control protocol" readme = "README.md" license = "MIT" @@ -26,11 +26,11 @@ classifiers = [ ] [project.urls] -Homepage = "https://github.com/igor-panteleev/pycomap" -Documentation = "https://igor-panteleev.github.io/pycomap/" -Source = "https://github.com/igor-panteleev/pycomap" -Issues = "https://github.com/igor-panteleev/pycomap/issues" -Changelog = "https://github.com/igor-panteleev/pycomap/releases" +Homepage = "https://github.com/dobters/pycomap" +Documentation = "https://dobters.github.io/pycomap/" +Source = "https://github.com/dobters/pycomap" +Issues = "https://github.com/dobters/pycomap/issues" +Changelog = "https://github.com/dobters/pycomap/releases" [build-system] requires = ["uv_build>=0.9.26,<0.12.0"] diff --git a/uv.lock b/uv.lock index 4b51edc..df70b1b 100644 --- a/uv.lock +++ b/uv.lock @@ -444,7 +444,7 @@ wheels = [ [[package]] name = "pycomap" -version = "2.3.0" +version = "2.3.1" source = { editable = "." } dependencies = [ { name = "cryptography" },