From 1384dfaf0dcf73e4e28d42946062db8f03150a9c Mon Sep 17 00:00:00 2001 From: Tim Orme Date: Wed, 10 May 2023 21:23:40 -0700 Subject: [PATCH] Update --- README.md | 7 +++++-- poetry.lock | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e5a40a9..11ff843 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,8 @@ A simple Air Quality Index monitor, designed to work on the Raspberry Pi with the SDS011 Nova PM Sensor. -![Screenshot](screenshot.png) - - [AQIMON](#aqimon) + - [Screenshot](#screenshot) - [Installation](#installation) - [Pre-Requisites](#pre-requisites) - [Install](#install) @@ -17,6 +16,10 @@ A simple Air Quality Index monitor, designed to work on the Raspberry Pi with th - [Using the Mock Reader](#using-the-mock-reader) - [Submitting a PR](#submitting-a-pr) +## Screenshot + +![Screenshot](screenshot.png) + ## Installation ### Pre-Requisites diff --git a/poetry.lock b/poetry.lock index 1988a7a..773ccdc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -558,14 +558,14 @@ files = [ [[package]] name = "sds011lib" -version = "0.2.0" +version = "0.2.1" description = "SDS011 Library" category = "main" optional = false python-versions = ">=3.8,<4.0" files = [ - {file = "sds011lib-0.2.0-py3-none-any.whl", hash = "sha256:1d0f268ab2f52e60dcb382af57a4b0d7eaa234e1e3a07e1a0bbeae7612f8e259"}, - {file = "sds011lib-0.2.0.tar.gz", hash = "sha256:3dcb0005e44eee6fde95055c8361098faf17199f2645f97bb7b0f22398f73d7a"}, + {file = "sds011lib-0.2.1-py3-none-any.whl", hash = "sha256:ffe5d1b3da85e00c925ad78de0b9ce291d7d98c51715c30ea22d91fc56cbbcea"}, + {file = "sds011lib-0.2.1.tar.gz", hash = "sha256:3f08aab3feeac62d596ffe0820bc760efd5c699f5e673fcf977729751352f6cc"}, ] [package.dependencies]