From 9eb71bde8e098b10d42988a828848e5296a3e395 Mon Sep 17 00:00:00 2001 From: Taoning Wang Date: Fri, 25 Aug 2023 15:21:02 -0700 Subject: [PATCH] bump version from 0.1.2 to 0.1.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3ad38be..37e4e25 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.2", + version="0.1.3", description="Python interface for Radiance", long_description=Path("README.md").read_text(encoding="utf-8"), long_description_content_type="text/markdown",