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"