From b9f4d2965f7e3202128c9d7f2a5963aa6604c52b Mon Sep 17 00:00:00 2001 From: taoning Date: Tue, 18 Jul 2023 23:33:13 -0700 Subject: [PATCH] Update setup.py to bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 774cac9..ff86f14 100644 --- a/setup.py +++ b/setup.py @@ -478,7 +478,7 @@ def get_ext_filename(self, ext_name): name="pyradiance", author="LBNL", author_email="taoningwang@lbl.gov", - version="0.1.0", + version="0.1.1", description="Python interface for Radiance", long_description=Path("README.md").read_text(encoding="utf-8"), long_description_content_type="text/markdown",