Bump bugfix version

This commit is contained in:
Ethan Paul 2022-03-09 19:54:17 -05:00
parent 55661034a4
commit 1ace9ae881
No known key found for this signature in database
GPG Key ID: D0E2CBF1245E92BF
3 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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

View File

@ -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"