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/