From 7ac4eae22ebb69f15e2b5a99fc56246a7924e23e Mon Sep 17 00:00:00 2001 From: Kalin Kiesling Date: Fri, 31 Mar 2023 11:39:24 -0500 Subject: [PATCH] update version number for release --- openmc_plotter/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmc_plotter/__init__.py b/openmc_plotter/__init__.py index cd57cb1..aed0de4 100644 --- a/openmc_plotter/__init__.py +++ b/openmc_plotter/__init__.py @@ -1,2 +1,2 @@ -__version__ = '0.2.0' +__version__ = '0.3.0'