Skip to content

Commit

Permalink
changed to v 0.0.33
Browse files Browse the repository at this point in the history
  • Loading branch information
nikothomas committed May 4, 2024
1 parent 9f4ab88 commit 3aa8241
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CTDFjorder/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import CTDFjorder
from CTDFjorder import CTDFjorder
__all__ = ['CTDFjorder'] # Adjust this list based on what you want to expose
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="CTDFjorder",
version="0.0.32",
version="0.0.33",
author="Nikolas Yanek-Chrones",
author_email="nikojb1001@gmail.com",
description="A package for processing and analyzing CTD data.",
Expand Down

0 comments on commit 3aa8241

Please sign in to comment.