From 9a8fbc2411b2f0032b47d5e1603fba37a0436fe8 Mon Sep 17 00:00:00 2001 From: taoning Date: Wed, 23 Oct 2024 16:50:51 -0700 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b5c8b5f..6023ffa 100644 --- a/setup.py +++ b/setup.py @@ -529,7 +529,7 @@ def get_ext_filename(self, fullname): name="pyradiance", author="LBNL", author_email="taoningwang@lbl.gov", - version="0.5.1", + version="0.5.2", description="Python interface for Radiance", long_description=Path("README.md").read_text(encoding="utf-8"), long_description_content_type="text/markdown",