Skip to content

Commit

Permalink
Merge pull request #2517 from activeloopai/fy_bump_version
Browse files Browse the repository at this point in the history
Bump version post release
  • Loading branch information
nvoxland committed Aug 5, 2023
2 parents 4f6a2cb + 03be9bd commit 69d8e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deeplake/__init__.py
Expand Up @@ -79,7 +79,7 @@
]


__version__ = "3.6.16"
__version__ = "3.6.17"
warn_if_update_required(__version__)
__encoded_version__ = np.array(__version__)
config = {"s3": Config(max_pool_connections=50, connect_timeout=300, read_timeout=300)}
Expand Down

0 comments on commit 69d8e20

Please sign in to comment.