diff --git a/examples/extension_service/Dockerfile b/examples/extension_service/Dockerfile index 8e11f941a29274ee56ef20e1ef74ced8f08d60c1..3335c7adf2b4752842ff6b515300a5ffe205d834 100644 --- a/examples/extension_service/Dockerfile +++ b/examples/extension_service/Dockerfile @@ -11,7 +11,7 @@ ARG PIP_EXTRA_INDEX_URL=${PIP_EXTRA_INDEX_URL} ENV PIP_EXTRA_INDEX_URL=$PIP_EXTRA_INDEX_URL COPY . /home/${USER}/app -RUN pip install perxis==1.3.0 +RUN pip install perxis==1.10.0 ENV PYTHONPATH="/home/perx/app" ENV PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python diff --git a/examples/extension_service/Dockerfile.local b/examples/extension_service/Dockerfile.local index ae28061fe2c0da4a8bfe544d054ca794b9f1612b..9118f20159cc6c27e0a0d3f6ee69fc19dea50e78 100644 --- a/examples/extension_service/Dockerfile.local +++ b/examples/extension_service/Dockerfile.local @@ -11,7 +11,7 @@ ARG PIP_EXTRA_INDEX_URL=${PIP_EXTRA_INDEX_URL} ENV PIP_EXTRA_INDEX_URL=$PIP_EXTRA_INDEX_URL COPY . /home/${USER}/app -RUN pip install perxis==1.8.2 +RUN pip install perxis==1.10.0 RUN pip install 'watchdog[watchmedo]' ENV PYTHONPATH="/home/perx/app" diff --git a/setup.py b/setup.py index 78b8248f27d70760372801d583b30e69737143a4..2fb87abce6dcdc999169ff3de916c98a1157bc9c 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ def load_requirements(): setup( name='perxis', - version='1.9.0', + version='1.10.0', description='Perxis python client', long_description=long_description, long_description_content_type='text/markdown',