From 0791e4c6abe3fcaacf8688f8cd901675930743c5 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Fri, 22 Sep 2023 15:42:56 -0400 Subject: [PATCH] Bump version to 0.1.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 15a7384..71d956f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "octoprint_reservations" -version = "0.1.1" +version = "0.1.2" description = "" authors = [{ name = "Adam Goldsmith", email = "adam@adamgoldsmith.name" }] license-expression = "MIT"