Skip to content

Commit

Permalink
Merge pull request #1062 from activeloopai/release/2.0.2
Browse files Browse the repository at this point in the history
version update
  • Loading branch information
davidbuniat committed Jul 19, 2021
2 parents 1e594c1 + 0e7f171 commit 4d6915e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hub/__init__.py
Expand Up @@ -17,7 +17,7 @@

__all__ = ["Dataset", "Tensor", "load", "__version__"]

__version__ = "2.0.1"
__version__ = "2.0.2"
__encoded_version__ = np.array(__version__)

hub_reporter.tags.append(f"version:{__version__}")
Expand Down

0 comments on commit 4d6915e

Please sign in to comment.