We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c92dbd commit 2dfaf1dCopy full SHA for 2dfaf1d
e2e/Dockerfile
@@ -6,9 +6,9 @@ RUN pip install Flask
6
RUN pip install PyYAML
7
RUN pip install vertx-eventbus-client
8
9
-COPY sourceplusplus-0.1.4.tar.gz .
+COPY sourceplusplus-0.1.5.tar.gz .
10
11
-RUN pip install sourceplusplus-0.1.4.tar.gz
+RUN pip install sourceplusplus-0.1.5.tar.gz
12
13
COPY E2ETest.py .
14
setup.py
@@ -2,7 +2,7 @@
2
from setuptools import setup
3
4
setup(name='sourceplusplus',
5
- version='0.1.4',
+ version='0.1.5',
description='Source++ Python Probe',
url='https://github.com/sourceplusplus/probe-python',
author='Source++',
sourceplusplus/__init__.py
@@ -1,3 +1,3 @@
1
-__version__ = '0.1.4'
+__version__ = '0.1.5'
__name__ = 'Source++'
agent_name = 'Source++ Python Probe'
0 commit comments