Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/aind_codeocean_utils/__init__.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
Loading