Skip to content

Commit f8872a2

Browse files
committed
chore: bump
1 parent 819e303 commit f8872a2

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.4.0',
5+
version='0.1.6',
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.4.0'
1+
__version__ = '0.1.6'
22
__name__ = 'Source++'
33
agent_name = 'Source++ Python Probe'

0 commit comments

Comments
 (0)