From ae1d2fc733b07a24dbd6fd3b03ff2a782a9c7efc Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Tue, 9 Aug 2022 13:16:18 -0700 Subject: [PATCH] Bump to version 1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7fbad1e..e6983cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0/MIT" name = "histo" readme = "README.md" repository = "https://github.com/fitzgen/histo" -version = "0.1.0" +version = "1.0.0" [badges] travis-ci = { repository = "fitzgen/histo" }