From a2978792621fc10f57540927ad4d424b64741840 Mon Sep 17 00:00:00 2001 From: AdamFinkle <77808710+AdamFinkle@users.noreply.github.com> Date: Wed, 3 Jul 2024 09:09:53 -0400 Subject: [PATCH] Updated the README to link to the Home Energy Analysis Tool. --- README.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 62f15b9..afcff29 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ standard, mostly figured out from public sources and actual ESPI files. Forked from the original repository [greenbutton-objects](https://github.com/asciipip/greenbutton-python) and packaged to be published on PyPI. +Used by the Code for Boston [Home Energy Analysis Tool](https://github.com/codeforboston/home-energy-analysis-tool). + ## Development Simple steps for development setup: diff --git a/pyproject.toml b/pyproject.toml index 5cfdfc6..8049329 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "greenbutton_objects" -version = "2024.6.25" +version = "2024.7.3" description = "Parse Green Button XML files into Python objects." readme = "README.md" authors = [{ name = "Phil Gold", email = "phil_g@pobox.com" },