Skip to content

Commit

Permalink
Merge pull request #2967 from activeloopai/vresion_bump
Browse files Browse the repository at this point in the history
Updated version for next release
  • Loading branch information
nvoxland-al authored Oct 9, 2024
2 parents ffedd58 + 801df9e commit 62b63cc
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.25"
__version__ = "3.9.26"
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.25"
version = "3.9.26"
description = "Activeloop Deep Lake"
authors = ["activeloop.ai <[email protected]>"]
license = "MPL-2.0"
Expand Down

0 comments on commit 62b63cc

Please sign in to comment.