We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3038eb commit fae4fe3Copy full SHA for fae4fe3
README.md
@@ -73,7 +73,7 @@ pip install pygridgain
73
To install a specific version:
74
75
```
76
-pip install pygridgain==1.2.0
+pip install pygridgain==1.4.0
77
78
79
## Documentation
pygridgain/__init__.py
@@ -17,4 +17,4 @@
17
from pygridgain.aio_client import AioClient
18
from pygridgain.binary import GenericObjectMeta
19
20
-__version__ = '1.3.0-dev'
+__version__ = '1.4.0-dev'
0 commit comments