From bdc5ec8279fde44c7a551ed095a77eea54c08185 Mon Sep 17 00:00:00 2001 From: Lukas Pustina Date: Mon, 27 Jan 2020 20:24:58 +0100 Subject: [PATCH] Bump version to 0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0eeaea2..7543f27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "netatmo-rs" -version = "0.2.1" +version = "0.3.0" authors = ["Lukas Pustina "] description = "Simple library to talk to Netatmo's API" repository = "https://github.com/lukaspustina/netatmo-rs.git"