From e4b43e0bb5a713c290a9225b5fa037e9ae8d3cd0 Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Thu, 20 Jun 2024 14:37:45 -0400 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6f77500..76901fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ maintainers = [ name = "pyliger" readme = "README.md" requires-python = "<3.13, >=3.9" -version = "0.2.2" +version = "0.2.3" [project.license] text = "GPL-3.0-only"