From 6054aa2f0389a30539724976f465294de753a15c Mon Sep 17 00:00:00 2001 From: lvanvught Date: Fri, 17 Jan 2025 14:30:18 +0100 Subject: [PATCH] Version bump --- zospy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zospy/__init__.py b/zospy/__init__.py index 7335d3b..c68afff 100644 --- a/zospy/__init__.py +++ b/zospy/__init__.py @@ -1,6 +1,6 @@ """A Python package to communicate with Zemax OpticStudio through its API.""" -__version__ = "1.3.0" +__version__ = "1.3.1" import logging