From 9ed4ac85c5fe5dc71611a34387d26ce84e8adb04 Mon Sep 17 00:00:00 2001 From: Alex Tomkins Date: Sat, 7 Feb 2026 19:13:36 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1=20=E2=86=92=200.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.toml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index 8c9772a..0b2cd58 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.1" +current_version = "0.2" parse = "(?P\\d+)\\.(?P\\d+)(\\.(?P\\d+))?" serialize = [ "{major}.{minor}.{patch}", diff --git a/pyproject.toml b/pyproject.toml index 144e317..f6b398f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = 'willow_exiftool' -version = '0.1' +version = '0.2' description = 'ExifTool optimizer for Willow' readme = 'README.md' maintainers = [{ name = 'The Developer Society', email = 'studio@dev.ngo' }]