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
6
6
RUN pip install PyYAML
7
7
RUN pip install vertx-eventbus-client
8
8
9
- COPY sourceplusplus-0.1.4 .tar.gz .
9
+ COPY sourceplusplus-0.1.5 .tar.gz .
10
10
11
- RUN pip install sourceplusplus-0.1.4 .tar.gz
11
+ RUN pip install sourceplusplus-0.1.5 .tar.gz
12
12
13
13
COPY E2ETest.py .
14
14
Original file line number Diff line number Diff line change 2
2
from setuptools import setup
3
3
4
4
setup (name = 'sourceplusplus' ,
5
- version = '0.1.4 ' ,
5
+ version = '0.1.5 ' ,
6
6
description = 'Source++ Python Probe' ,
7
7
url = 'https://github.com/sourceplusplus/probe-python' ,
8
8
author = 'Source++' ,
Original file line number Diff line number Diff line change 1
- __version__ = '0.1.4 '
1
+ __version__ = '0.1.5 '
2
2
__name__ = 'Source++'
3
3
agent_name = 'Source++ Python Probe'
You can’t perform that action at this time.
0 commit comments