From 1c5b9910b9b46640353b915871887db2daf23911 Mon Sep 17 00:00:00 2001
From: Bobby Jackson <rjackson@anl.gov>
Date: Mon, 22 Jan 2024 08:38:55 -0600
Subject: [PATCH] ADD: Version 1.5.0

---
 pysp2/__init__.py | 2 +-
 setup.py          | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pysp2/__init__.py b/pysp2/__init__.py
index 12ed406..516fbdc 100644
--- a/pysp2/__init__.py
+++ b/pysp2/__init__.py
@@ -9,4 +9,4 @@
 from . import vis
 from . import testing
 
-__version__ = "1.4.0"
+__version__ = "1.5.0"
diff --git a/setup.py b/setup.py
index 4ec2111..e1c7fea 100644
--- a/setup.py
+++ b/setup.py
@@ -40,8 +40,8 @@
 LICENSE = 'BSD'
 PLATFORMS = "Linux, Windows, OSX"
 MAJOR = 1
-MINOR = 3
-MICRO = 5
+MINOR = 5
+MICRO = 0
 
 #SCRIPTS = glob.glob('scripts/*')
 #TEST_SUITE = 'nose.collector'