Skip to content

Commit fae4fe3

Browse files
committed
Update version to 1.4.0
1 parent f3038eb commit fae4fe3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

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

7575
```
76-
pip install pygridgain==1.2.0
76+
pip install pygridgain==1.4.0
7777
```
7878

7979
## Documentation

pygridgain/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
from pygridgain.aio_client import AioClient
1818
from pygridgain.binary import GenericObjectMeta
1919

20-
__version__ = '1.3.0-dev'
20+
__version__ = '1.4.0-dev'

0 commit comments

Comments
 (0)