Skip to content

Commit 7fca325

Browse files
committed
fix optimal batch size bug
Signed-off-by: Praneeth Bedapudi <[email protected]>
1 parent a3e2f6e commit 7fca325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
1919
AUTHOR = "BEDAPUDI PRANEETH"
2020
REQUIRES_PYTHON = ">=3.6.0"
21-
VERSION = "3.0.16"
21+
VERSION = "3.0.17"
2222

2323
# What packages are required for this module to be executed?
2424
REQUIRED = ["falcon", "liteindex", "zstandard", "gunicorn[gevent]", "msgpack"]

0 commit comments

Comments
 (0)