From 548a5c8b1d078e84146d1bc711b64042ece6659b Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Mon, 21 Sep 2020 23:12:24 -0400 Subject: [PATCH] Bump feature version Fix mixmatched meta --- imagemonk/__about__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/imagemonk/__about__.py b/imagemonk/__about__.py index a6767d0..f5f6a5f 100644 --- a/imagemonk/__about__.py +++ b/imagemonk/__about__.py @@ -2,7 +2,7 @@ __title__ = "imagemonk" -__version__ = "0.0.0" +__version__ = "0.1.0" __authors__ = ["Ethan Paul <24588726+enpaul@users.noreply.github.com>"] __license__ = "MIT" __summary__ = "HTTP server for uploading images and generating thumbnails" diff --git a/pyproject.toml b/pyproject.toml index 2836981..a467598 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "imagemonk" -version = "0.0.0" +version = "0.1.0" license = "MIT" authors = ["Ethan Paul <24588726+enpaul@users.noreply.github.com>"] description = "HTTP server for uploading images and generating thumbnails"