From 63ad97b970b5d570cb3ad6311eb7350cf2143038 Mon Sep 17 00:00:00 2001 From: "Brian J. Tarricone" Date: Mon, 30 May 2022 03:34:03 -0700 Subject: [PATCH] Bump to 0.4.0-alpha.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3a4346f..762a61c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sen0177" description = "Read air quality data from the SEN0177 and PMSA003I sensors" -version = "0.3.0-alpha.1" +version = "0.4.0-alpha.1" authors = ["Brian J. Tarricone "] homepage = "https://github.com/kelnos/sen0177-rs" repository = "https://github.com/kelnos/sen0177-rs"