Skip to content

Commit 5c3b6a4

Browse files
authored
Merge pull request #3033 from activeloopai/3_9_41
Updated versions for 3.9.41 release
2 parents 1339a2e + b8b6fd1 commit 5c3b6a4

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.40"
94+
__version__ = "3.9.41"
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.40"
3+
version = "3.9.41"
44
description = "Activeloop Deep Lake"
55
authors = ["activeloop.ai <[email protected]>"]
66
license = "MPL-2.0"

0 commit comments

Comments
 (0)