We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 390104d commit 36ac54aCopy full SHA for 36ac54a
README.md
@@ -10,9 +10,9 @@ The library provides an interface to the Extensible Provisioning Protocol:
10
11
12
13
-## Install
+## Install & Update
14
15
- pip install --upgrade https://github.com/datahaven-net/epp-python-client/archive/master.zip
+ pip install --upgrade --no-cache-dir https://github.com/datahaven-net/epp-python-client/archive/master.zip
16
17
18
setup.py
@@ -2,7 +2,7 @@
2
3
setup_params = dict(
4
name='epp-python-client',
5
- version='0.0.15',
+ version='0.0.16',
6
author='Veselin Penev',
7
author_email='[email protected]',
8
packages=find_packages(where='src'),
0 commit comments