From 9d061b3c7872dd0b0b914f9d239f8bb773b95248 Mon Sep 17 00:00:00 2001 From: m1sta Date: Tue, 25 Oct 2022 13:24:31 -0500 Subject: [PATCH] Bump version to 0.6.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 00a7ad0..853d471 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyimg4" -version = "0.6.2" +version = "0.6.3" description = "A Python library/CLI tool for parsing Apple's Image4 format." authors = ["m1stadev "] license = "MIT"