From 9eb9c2d035edebb451b870a076625c449aa37df8 Mon Sep 17 00:00:00 2001 From: Andrew D Bailey IV Date: Tue, 22 Dec 2020 17:27:23 -0800 Subject: [PATCH] bump version to 0.2.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a78e0c0..e5f4a79 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ def main(): setup( name="taskManager", - version="0.2.2", + version="0.2.3", description='Task manager to keep track of compute resources and send email update when command exits', url='https://github.com/rlorigro/TaskManager', author='Ryan Lorig-Roach, Andrew Bailey',