Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
BFergerson committed Nov 24, 2021
1 parent 0c92dbd commit 2dfaf1d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions e2e/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ RUN pip install Flask
RUN pip install PyYAML
RUN pip install vertx-eventbus-client

COPY sourceplusplus-0.1.4.tar.gz .
COPY sourceplusplus-0.1.5.tar.gz .

RUN pip install sourceplusplus-0.1.4.tar.gz
RUN pip install sourceplusplus-0.1.5.tar.gz

COPY E2ETest.py .

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup

setup(name='sourceplusplus',
version='0.1.4',
version='0.1.5',
description='Source++ Python Probe',
url='https://github.com/sourceplusplus/probe-python',
author='Source++',
Expand Down
2 changes: 1 addition & 1 deletion sourceplusplus/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '0.1.4'
__version__ = '0.1.5'
__name__ = 'Source++'
agent_name = 'Source++ Python Probe'

0 comments on commit 2dfaf1d

Please sign in to comment.