Skip to content

Commit 882d25d

Browse files
committed
versioning
1 parent 8e64213 commit 882d25d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "gearsclient"
3-
version = "1.0.2"
3+
version = "1.1.0"
44
description = "RedisGears Python Client"
55
authors = ["RedisLabs <[email protected]>"]
66
license = "BSD-3-Clause"
@@ -20,7 +20,7 @@ keywords = ["Redis JSON Extension"]
2020

2121
[tool.poetry.dependencies]
2222
python = "^3.6"
23-
redis = "4.1.3"
23+
redis = "^4.1.3"
2424
six = "^1.16.0"
2525
cloudpickle = "^1.6.0"
2626

0 commit comments

Comments
 (0)