Skip to content

Commit

Permalink
Merge pull request #2980 from activeloopai/version_update
Browse files Browse the repository at this point in the history
Updated version for next release
  • Loading branch information
nvoxland-al authored Nov 7, 2024
2 parents ad97889 + d4371ff commit f636128
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.27"
__version__ = "3.9.28"
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.27"
version = "3.9.28"
description = "Activeloop Deep Lake"
authors = ["activeloop.ai <[email protected]>"]
license = "MPL-2.0"
Expand Down

0 comments on commit f636128

Please sign in to comment.