File tree 3 files changed +5
-5
lines changed
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
6
6
RUN pip install PyYAML
7
7
RUN pip install vertx-eventbus-client
8
8
9
- COPY sourceplusplus-0.1.1 .tar.gz .
9
+ COPY sourceplusplus-0.1.2 .tar.gz .
10
10
11
- RUN pip install sourceplusplus-0.1.1 .tar.gz
11
+ RUN pip install sourceplusplus-0.1.2 .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.1 ' ,
5
+ version = '0.1.2 ' ,
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.1 '
1
+ __version__ = '0.1.2 '
2
2
__name__ = 'Source++'
3
3
agent_name = 'Source++ Python Probe'
4
4
5
5
__version_major__ = '0'
6
6
__version_minor__ = '1'
7
- __version_micro__ = '1 '
7
+ __version_micro__ = '2 '
You can’t perform that action at this time.
0 commit comments