From b29724d574667be8023d50ffc80113e0a7bb218e Mon Sep 17 00:00:00 2001 From: d33bs Date: Thu, 6 Jan 2022 07:42:26 -0700 Subject: [PATCH] version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b772e74..d1dbeb4 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ # This call to setup() does all the work setuptools.setup( name="cupyopt", - version="0.14.11.1", + version="0.15.11.1", description="CU Python Opinionated Prefect Tasks", long_description=README, long_description_content_type="text/x-rst",