From 1154f5b1dd572aaa22344b031ccc467fc0d261f3 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Sat, 2 Apr 2022 19:07:43 -0400 Subject: [PATCH] Bump version to 0.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 956c42c..54e721b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "octoprint_reservations" -version = "0.1.0" +version = "0.1.1" description = "" authors = [{ name = "Adam Goldsmith", email = "adam@adamgoldsmith.name" }] license-expression = "MIT"