From 644bca14b5b6ee5653a13d715ae925ff5d22f968 Mon Sep 17 00:00:00 2001 From: AdamFinkle <77808710+AdamFinkle@users.noreply.github.com> Date: Thu, 11 Jul 2024 19:30:25 +0000 Subject: [PATCH] Updated version number --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8049329..bf678b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "greenbutton_objects" -version = "2024.7.3" +version = "2024.7.11" description = "Parse Green Button XML files into Python objects." readme = "README.md" authors = [{ name = "Phil Gold", email = "phil_g@pobox.com" }, @@ -51,4 +51,4 @@ push = true "README.md" = [ "{version}", "{pep440_version}", -] \ No newline at end of file +]