We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa98da5 commit 69b09e9Copy full SHA for 69b09e9
README.md
@@ -23,7 +23,7 @@ Python 2.7 and 3.4+
23
Install the python package using the following command:
24
25
```sh
26
-pip install originstamp-client==1.0.1
+pip install originstamp-client==1.0.2
27
```
28
29
See [PyIP](https://pypi.org/project/originstamp-client/) for latest available version.
setup.py
@@ -13,7 +13,7 @@
13
from setuptools import setup, find_packages # noqa: H301
14
15
NAME = "originstamp-client"
16
-VERSION = "1.0.1"
+VERSION = "1.0.2"
17
# To install the library, run the following
18
#
19
# python setup.py install
0 commit comments