From f3b80e8ee4e7ed59b7e21ec2228da9918918c36a Mon Sep 17 00:00:00 2001 From: taoning Date: Tue, 27 Aug 2024 22:34:57 -0600 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1732138..b5c8b5f 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.0", + version="0.5.1", description="Python interface for Radiance", long_description=Path("README.md").read_text(encoding="utf-8"), long_description_content_type="text/markdown",