Skip to content

Commit 24b799f

Browse files
Updated version for next release (#2994)
Co-authored-by: Nathan Voxland <[email protected]>
1 parent e0ceb39 commit 24b799f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deeplake/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
]
9292

9393

94-
__version__ = "3.9.30"
94+
__version__ = "3.9.31"
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

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

0 commit comments

Comments
 (0)