We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 819e303 commit f8872a2Copy full SHA for f8872a2
setup.py
@@ -2,7 +2,7 @@
2
from setuptools import setup
3
4
setup(name='sourceplusplus',
5
- version='0.4.0',
+ version='0.1.6',
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.4.0'
+__version__ = '0.1.6'
__name__ = 'Source++'
agent_name = 'Source++ Python Probe'
0 commit comments