Skip to content

Commit 45c96eb

Browse files
committed
bump
1 parent 2bb0206 commit 45c96eb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.1.tar.gz .
9+
COPY sourceplusplus-0.1.2.tar.gz .
1010

11-
RUN pip install sourceplusplus-0.1.1.tar.gz
11+
RUN pip install sourceplusplus-0.1.2.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.1',
5+
version='0.1.2',
66
description='Source++ Python Probe',
77
url='https://github.com/sourceplusplus/probe-python',
88
author='Source++',

sourceplusplus/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
__version__ = '0.1.1'
1+
__version__ = '0.1.2'
22
__name__ = 'Source++'
33
agent_name = 'Source++ Python Probe'
44

55
__version_major__ = '0'
66
__version_minor__ = '1'
7-
__version_micro__ = '1'
7+
__version_micro__ = '2'

0 commit comments

Comments
 (0)