Skip to content

Commit 2b0e27e

Browse files
committed
Updated version to 1.2.0
1 parent 4e247f2 commit 2b0e27e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ pip install pygridgain
5757
To install a specific version:
5858

5959
```
60-
pip install pygridgain==1.1.0
60+
pip install pygridgain==1.2.0
6161
```
6262

6363
## Documentation

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def is_a_requirement(line):
7070

7171
setuptools.setup(
7272
name='pygridgain',
73-
version='1.1.0',
73+
version='1.2.0',
7474
python_requires='>={}.{}'.format(*PYTHON_REQUIRED),
7575
author='Dmitry Melnichuk',
7676
author_email='dmitry.melnichuk@nobitlost.com',

0 commit comments

Comments
 (0)