From 75411cc941d14550caa1e09c80a2836ff3c4b7a1 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Thu, 14 Dec 2023 11:24:13 -0600 Subject: [PATCH] Bump version number to 0.3.2 --- 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 e1424ed..73e3bb4 100644 --- a/openmc_plotter/__init__.py +++ b/openmc_plotter/__init__.py @@ -1 +1 @@ -__version__ = '0.3.1' +__version__ = '0.3.2'