Skip to content

Commit 2dfaf1d

Browse files
committed
bump
1 parent 0c92dbd commit 2dfaf1d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

e2e/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ RUN pip install Flask
66
RUN pip install PyYAML
77
RUN 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

1313
COPY E2ETest.py .
1414

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from setuptools import setup
33

44
setup(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++',

sourceplusplus/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '0.1.4'
1+
__version__ = '0.1.5'
22
__name__ = 'Source++'
33
agent_name = 'Source++ Python Probe'

0 commit comments

Comments
 (0)