From 4010eff061ddd5ffb36197d7df3f425e5ba66c76 Mon Sep 17 00:00:00 2001 From: phthallo <84078890+phthallo@users.noreply.github.com> Date: Sun, 19 May 2024 13:54:06 +0930 Subject: [PATCH] chore: bump version number --- pyproject.toml | 2 +- src/pyflagoras/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 30679df..9f79169 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta" pyflagoras = "pyflagoras:__main__.main" [project] name = "pyflagoras" -version = "0.2.1" +version = "0.2.2" dependencies = [ "pillow>=10.3.0" ] diff --git a/src/pyflagoras/__init__.py b/src/pyflagoras/__init__.py index c126044..0229da8 100644 --- a/src/pyflagoras/__init__.py +++ b/src/pyflagoras/__init__.py @@ -1,2 +1,2 @@ from .pyflagoras import Pyflagoras -__version__ = "0.2.1" \ No newline at end of file +__version__ = "0.2.2" \ No newline at end of file