From f5c9d34787a4014f80527fb536f9a5ded67a8ee8 Mon Sep 17 00:00:00 2001 From: Scott Prahl Date: Thu, 22 Feb 2024 09:47:26 -0800 Subject: [PATCH] bump version --- iadpython/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iadpython/__init__.py b/iadpython/__init__.py index ef4870d..2cd93f1 100644 --- a/iadpython/__init__.py +++ b/iadpython/__init__.py @@ -32,7 +32,7 @@ >>> print(' total reflection = %.5f' % uru) >>> print(' total transmission = %.5f' % utu) """ -__version__ = '0.5.3' +__version__ = '0.6.0' __author__ = 'Scott Prahl' __email__ = 'scott.prahl@oit.edu' __copyright__ = '2018-24, Scott Prahl'