From d8c3d1c0d45eb47070a2a3ba2a369c0dda5a8262 Mon Sep 17 00:00:00 2001 From: jtyoung84 <104453205+jtyoung84@users.noreply.github.com> Date: Wed, 22 Jan 2025 14:51:56 -0800 Subject: [PATCH] Release v1.0.0 --- src/aind_codeocean_utils/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aind_codeocean_utils/__init__.py b/src/aind_codeocean_utils/__init__.py index 0dcd41b..e039e27 100644 --- a/src/aind_codeocean_utils/__init__.py +++ b/src/aind_codeocean_utils/__init__.py @@ -1,6 +1,6 @@ """Library with helpful methods for making changes to the code ocean index.""" -__version__ = "0.2.2" +__version__ = "1.0.0" # Set default logging handler to avoid "No handler found" warnings. # Borrowing logging setup from urllib3: https://urllib3.readthedocs.io/