From d6c9ee6f9b59a6865b276f81c146c6a333a801a0 Mon Sep 17 00:00:00 2001 From: d33bs Date: Wed, 16 Mar 2022 13:45:24 -0600 Subject: [PATCH] version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 59e5584..e3b2a72 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ # This call to setup() does all the work setuptools.setup( name="cupyopt", - version="1.1.0.1", + version="1.1.0.2", description="CU Python Opinionated Prefect Tasks", long_description=README, long_description_content_type="text/x-rst",