Skip to content

Commit 36ac54a

Browse files
committed
version bump
1 parent 390104d commit 36ac54a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ The library provides an interface to the Extensible Provisioning Protocol:
1010

1111

1212

13-
## Install
13+
## Install & Update
1414

15-
pip install --upgrade https://github.com/datahaven-net/epp-python-client/archive/master.zip
15+
pip install --upgrade --no-cache-dir https://github.com/datahaven-net/epp-python-client/archive/master.zip
1616

1717

1818

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup_params = dict(
44
name='epp-python-client',
5-
version='0.0.15',
5+
version='0.0.16',
66
author='Veselin Penev',
77
author_email='[email protected]',
88
packages=find_packages(where='src'),

0 commit comments

Comments
 (0)