From 0452ddea398f519b08a7fe69c05b9c99dd556d50 Mon Sep 17 00:00:00 2001 From: Brendon Smith Date: Sat, 11 Jun 2022 14:57:21 -0400 Subject: [PATCH] Bump version from 0.26.0 to 0.26.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8707686..00715f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ show_error_codes = true [tool.poetry] name = "inboard" -version = "0.26.0" +version = "0.26.1" description = "Docker images and utilities to power your Python APIs and help you ship faster." authors = ["Brendon Smith "] license = "MIT"