From 8bec66957261205eea0ef422a11b1f6fb717e6dd Mon Sep 17 00:00:00 2001 From: Juan Crouton Date: Sun, 2 Sep 2018 09:41:54 -0500 Subject: [PATCH] version bump --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index be93d01..bfb99ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bme280" -version = "0.1.0" +version = "0.1.1" authors = ["Sean Bruton "] description = "A rust device driver for the Bosch BME280 temperature, humidity, and atmospheric pressure sensor and the Bosch BMP280 temperature, and atmospheric pressure sensor" repository = "https://github.com/uber-foo/bme280-rs"