File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ RUN pip install Flask
66RUN pip install PyYAML
77RUN pip install vertx-eventbus-client
88
9- COPY sourceplusplus-0.1.4 .tar.gz .
9+ COPY sourceplusplus-0.1.5 .tar.gz .
1010
11- RUN pip install sourceplusplus-0.1.4 .tar.gz
11+ RUN pip install sourceplusplus-0.1.5 .tar.gz
1212
1313COPY E2ETest.py .
1414
Original file line number Diff line number Diff line change 22from setuptools import setup
33
44setup (name = 'sourceplusplus' ,
5- version = '0.1.4 ' ,
5+ version = '0.1.5 ' ,
66 description = 'Source++ Python Probe' ,
77 url = 'https://github.com/sourceplusplus/probe-python' ,
88 author = 'Source++' ,
Original file line number Diff line number Diff line change 1- __version__ = '0.1.4 '
1+ __version__ = '0.1.5 '
22__name__ = 'Source++'
33agent_name = 'Source++ Python Probe'
You can’t perform that action at this time.
0 commit comments