Skip to content

Commit

Permalink
Merge pull request #3005 from activeloopai/deep
Browse files Browse the repository at this point in the history
Updated versions for 3.9.34 release
  • Loading branch information
activesoull authored Dec 18, 2024
2 parents 316ba92 + 9d0485f commit 5f51c56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deeplake/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
]


__version__ = "3.9.33"
__version__ = "3.9.34"
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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "deeplake"
version = "3.9.33"
version = "3.9.34"
description = "Activeloop Deep Lake"
authors = ["activeloop.ai <support@activeloop.ai>"]
license = "MPL-2.0"
Expand Down

0 comments on commit 5f51c56

Please sign in to comment.