1
0
mirror of https://github.com/enpaul/kodak.git synced 2024-11-14 10:36:55 +00:00

Bump feature version

Fix mixmatched meta
This commit is contained in:
Ethan Paul 2020-09-21 23:12:24 -04:00
parent f6b19273f8
commit 548a5c8b1d
No known key found for this signature in database
GPG Key ID: C5F5542B54A4D9C6
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
__title__ = "imagemonk" __title__ = "imagemonk"
__version__ = "0.0.0" __version__ = "0.1.0"
__authors__ = ["Ethan Paul <24588726+enpaul@users.noreply.github.com>"] __authors__ = ["Ethan Paul <24588726+enpaul@users.noreply.github.com>"]
__license__ = "MIT" __license__ = "MIT"
__summary__ = "HTTP server for uploading images and generating thumbnails" __summary__ = "HTTP server for uploading images and generating thumbnails"

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "imagemonk" name = "imagemonk"
version = "0.0.0" version = "0.1.0"
license = "MIT" license = "MIT"
authors = ["Ethan Paul <24588726+enpaul@users.noreply.github.com>"] authors = ["Ethan Paul <24588726+enpaul@users.noreply.github.com>"]
description = "HTTP server for uploading images and generating thumbnails" description = "HTTP server for uploading images and generating thumbnails"