From aafa0f9e3109a0387bb99ea4e0a859399c22bff6 Mon Sep 17 00:00:00 2001 From: Taoning Wang Date: Wed, 26 Jul 2023 15:54:57 -0700 Subject: [PATCH] Bump version to 0.1.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ff86f14..4355a4c 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.1", + version="0.1.2", description="Python interface for Radiance", long_description=Path("README.md").read_text(encoding="utf-8"), long_description_content_type="text/markdown",