Skip to content

Commit

Permalink
Fix issue with reads
Browse files Browse the repository at this point in the history
  • Loading branch information
TimOrme committed May 16, 2023
1 parent 3431656 commit 6640c11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aqimon"
version = "0.5.0"
version = "0.5.1"
description = "Air Quality Index Monitor"
authors = ["Tim Orme"]
readme = "README.md"
Expand All @@ -13,7 +13,7 @@ pyserial = "^3.5"
uvicorn = "^0.21.0"
databases = {extras = ["aiosqlite"], version = "^0.7.0"}
fastapi-utils = "^0.2.1"
sds011lib = "^0.3.0"
sds011lib = "^0.4.0"


[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 6640c11

Please sign in to comment.