From 254870d0494708e102dd983b9c46791b5d76aa45 Mon Sep 17 00:00:00 2001 From: Taoning Wang Date: Fri, 25 Aug 2023 15:23:21 -0700 Subject: [PATCH] bump version from 0.1.3 to 0.2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 37e4e25..0b1603d 100644 --- a/setup.py +++ b/setup.py @@ -479,7 +479,7 @@ def get_ext_filename(self, ext_name): name="pyradiance", author="LBNL", author_email="taoningwang@lbl.gov", - version="0.1.3", + version="0.2.0", description="Python interface for Radiance", long_description=Path("README.md").read_text(encoding="utf-8"), long_description_content_type="text/markdown",