We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e247f2 commit 2b0e27eCopy full SHA for 2b0e27e
2 files changed
README.md
@@ -57,7 +57,7 @@ pip install pygridgain
57
To install a specific version:
58
59
```
60
-pip install pygridgain==1.1.0
+pip install pygridgain==1.2.0
61
62
63
## Documentation
setup.py
@@ -70,7 +70,7 @@ def is_a_requirement(line):
70
71
setuptools.setup(
72
name='pygridgain',
73
- version='1.1.0',
+ version='1.2.0',
74
python_requires='>={}.{}'.format(*PYTHON_REQUIRED),
75
author='Dmitry Melnichuk',
76
author_email='dmitry.melnichuk@nobitlost.com',
0 commit comments