From 2755672838b9fcdedbae4f279336326f9ee3cf59 Mon Sep 17 00:00:00 2001 From: David Lutterkort Date: Mon, 29 Oct 2018 18:17:25 -0700 Subject: [PATCH] Bump the version to something a little less alarming --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 315836d..56567e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "augeas" -version = "0.0.1" -authors = ["panicbit "] -description = "High level bindings for augeas" +version = "0.1.0" +authors = ["panicbit ", "David Lutterkort "] +description = "Augeas bindings for Rust" license = "MIT" keywords = ["augeas", "bindings"] repository = "https://github.com/panicbit/rust-augeas"