Skip to content

Commit

Permalink
Update to v0.0.10 (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher authored Aug 31, 2024
1 parent 181297c commit c54031d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hub_sdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
from hub_sdk.config import HUB_API_ROOT, HUB_WEB_ROOT
from hub_sdk.hub_client import HUBClient

__version__ = "0.0.9"
__version__ = "0.0.10"
__all__ = "__version__", "HUBClient", "HUB_API_ROOT", "HUB_WEB_ROOT"

0 comments on commit c54031d

Please sign in to comment.