From d565cfa979b6daf4b2ea0ee082247e5960e2f947 Mon Sep 17 00:00:00 2001 From: Brendon Smith Date: Wed, 9 Jun 2021 14:17:50 -0400 Subject: [PATCH] Bump version from 0.10.0 to 0.10.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7af1a9e..388696c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ src_paths = ["inboard", "tests"] [tool.poetry] name = "inboard" -version = "0.10.0" +version = "0.10.1" description = "Docker images and utilities to power your Python APIs and help you ship faster." authors = ["Brendon Smith "] license = "MIT"