From 83fc3cb644c3dcab244552bbe80e498dfc37299a Mon Sep 17 00:00:00 2001 From: Lukas Pustina Date: Mon, 31 Aug 2020 20:02:51 +0200 Subject: [PATCH] Bump to version 0.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7543f27..b61f79f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "netatmo-rs" -version = "0.3.0" +version = "0.4.0" authors = ["Lukas Pustina "] description = "Simple library to talk to Netatmo's API" repository = "https://github.com/lukaspustina/netatmo-rs.git"