File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
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.0 .tar.gz .
9+ COPY sourceplusplus-0.1.1 .tar.gz .
1010
11- RUN pip install sourceplusplus-0.1.0 .tar.gz
11+ RUN pip install sourceplusplus-0.1.1 .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.0 ' ,
5+ version = '0.1.1 ' ,
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.0 '
1+ __version__ = '0.1.1 '
22__name__ = 'Source++'
33agent_name = 'Source++ Python Probe'
44
55__version_major__ = '0'
66__version_minor__ = '1'
7- __version_micro__ = '0 '
7+ __version_micro__ = '1 '
You can’t perform that action at this time.
0 commit comments