Skip to content

Commit

Permalink
updated __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vminfant committed Sep 4, 2024
1 parent a74497d commit 642de9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cognite/cdffs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from .spec import CdfFileSystem

__version__ = "0.3.6"
__version__ = "0.3.7"
__all__ = ["CdfFileSystem"]

fsspec.register_implementation(CdfFileSystem.protocol, CdfFileSystem)

0 comments on commit 642de9e

Please sign in to comment.