From f1ee0b16b44ea3960ca59a9df849173a3f5670de Mon Sep 17 00:00:00 2001 From: Taoning Wang Date: Tue, 20 Feb 2024 22:06:04 -0800 Subject: [PATCH] bump pyradiance version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4d98baa..3441831 100644 --- a/setup.py +++ b/setup.py @@ -481,7 +481,7 @@ def get_ext_filename(self, ext_name): name="pyradiance", author="LBNL", author_email="taoningwang@lbl.gov", - version="0.3.0", + version="0.3.1", description="Python interface for Radiance", long_description=Path("README.md").read_text(encoding="utf-8"), long_description_content_type="text/markdown",