We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab909c3 commit a97ba6bCopy full SHA for a97ba6b
setup.py
@@ -2,7 +2,7 @@
2
from setuptools import setup
3
4
setup(name='sourceplusplus',
5
- version='0.1.8',
+ version='0.1.9',
6
description='Source++ Python Probe',
7
url='https://github.com/sourceplusplus/probe-python',
8
author='Source++',
sourceplusplus/__init__.py
@@ -1,3 +1,3 @@
1
-__version__ = '0.1.8'
+__version__ = '0.1.9'
__name__ = 'Source++'
agent_name = 'Source++ Python Probe'
0 commit comments