diff --git a/README.md b/README.md index f96b73d..754d06c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A basic client for the [Bestand Posture Trainer & Corrector](http://bestand.com/ To install or update from a release: ```bash -pip3 install https://github.com/jpleasu/openbestand/releases/download/openbestand-0.1.0/openbestand-0.1.0.tar.gz +pip3 install https://github.com/jpleasu/openbestand/releases/download/openbestand-0.2.0/openbestand-0.2.0.tar.gz ``` ## Development diff --git a/poetry.lock b/poetry.lock index c4beca9..a4b722a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -191,7 +191,7 @@ python-versions = "*" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "6861a9c51b8851cac1f38b0470a326d727a3c067f6d1332903b9c70c4e576478" +content-hash = "2aa5e74cf0842d610db58fb3e9727dba8c54870a683a4e102e7df5c162bb0ae6" [metadata.files] aioconsole = [ diff --git a/pyproject.toml b/pyproject.toml index 9a8028e..e2ee71e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Jason P. Leasure "] [tool.poetry.dependencies] python = "^3.8" -bleak = "^0.14.1" +bleak = "^0.14.2" aioconsole = "^0.3.3" [tool.poetry.dev-dependencies]