Skip to content

Commit 69b09e9

Browse files
committed
Increment version number
1 parent fa98da5 commit 69b09e9

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
@@ -23,7 +23,7 @@ Python 2.7 and 3.4+
2323
Install the python package using the following command:
2424

2525
```sh
26-
pip install originstamp-client==1.0.1
26+
pip install originstamp-client==1.0.2
2727
```
2828

2929
See [PyIP](https://pypi.org/project/originstamp-client/) for latest available version.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from setuptools import setup, find_packages # noqa: H301
1414

1515
NAME = "originstamp-client"
16-
VERSION = "1.0.1"
16+
VERSION = "1.0.2"
1717
# To install the library, run the following
1818
#
1919
# python setup.py install

0 commit comments

Comments
 (0)