From 1ace9ae8810201cac09dfc547401f4f25d1483dc Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Wed, 9 Mar 2022 19:54:17 -0500 Subject: [PATCH] Bump bugfix version --- kodak/__about__.py | 2 +- openapi.yaml | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kodak/__about__.py b/kodak/__about__.py index 963cb63..48815a1 100644 --- a/kodak/__about__.py +++ b/kodak/__about__.py @@ -2,7 +2,7 @@ __title__ = "kodak" -__version__ = "0.1.0" +__version__ = "0.1.1" __authors__ = ["Ethan Paul <24588726+enpaul@users.noreply.github.com>"] __license__ = "MIT" __summary__ = "HTTP server for uploading images and generating thumbnails" diff --git a/openapi.yaml b/openapi.yaml index 9a1395b..43dea85 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1,7 +1,7 @@ --- openapi: "3.0.2" info: - version: 0.1.0 + version: 0.1.1 title: Kodak description: >- A simple HTTP service for mucking about with images. This is a super basic HTTP diff --git a/pyproject.toml b/pyproject.toml index e09f0b9..948ab1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kodak" -version = "0.1.0" +version = "0.1.1" license = "MIT" authors = ["Ethan Paul <24588726+enpaul@users.noreply.github.com>"] description = "HTTP server for uploading images and generating thumbnails"