From 8efa8ee9cb69087024975d88ed83b9c424520b36 Mon Sep 17 00:00:00 2001 From: Steve Taylor Date: Wed, 27 Jan 2021 16:24:08 -0700 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dddb34c..0ddbfc9 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ # This call to setup() does all the work setuptools.setup( name="cupyopt", - version="0.13.18.1", + version="0.14.5.1", description="CU Python Opinionated Prefect Tasks", long_description=README, long_description_content_type="text/x-rst",