Skip to content

Commit b57969a

Browse files
committed
Updated versions for 3.9.33 release
1 parent 9544976 commit b57969a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deeplake/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
]
9292

9393

94-
__version__ = "3.9.32"
94+
__version__ = "3.9.33"
9595
warn_if_update_required(__version__)
9696
__encoded_version__ = np.array(__version__)
9797
config = {"s3": Config(max_pool_connections=50, connect_timeout=300, read_timeout=300)}

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "deeplake"
3-
version = "3.9.32"
3+
version = "3.9.33"
44
description = "Activeloop Deep Lake"
55
authors = ["activeloop.ai <[email protected]>"]
66
license = "MPL-2.0"

0 commit comments

Comments
 (0)