Skip to content

Commit a97ba6b

Browse files
committed
build: bump version to 0.1.9
1 parent ab909c3 commit a97ba6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: 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.8',
5+
version='0.1.9',
66
description='Source++ Python Probe',
77
url='https://github.com/sourceplusplus/probe-python',
88
author='Source++',

Diff for: sourceplusplus/__init__.py

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

0 commit comments

Comments
 (0)