From dc54b128db56afa3dbeb083a2efba29020f1e5f1 Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Tue, 9 Apr 2024 15:01:04 -0400 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b5e9130..d8274cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ maintainers = [ name = "pyliger" readme = "README.md" requires-python = "<3.13, >=3.9" -version = "0.2.1" +version = "0.2.2" [project.license] text = "GPL-3.0-only"