We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7557927 commit 6fd882eCopy full SHA for 6fd882e
setup.py
@@ -2,7 +2,7 @@
2
from setuptools import setup
3
4
setup(name='sourceplusplus',
5
- version='0.1.2',
+ version='0.1.3',
6
description='Source++ Python Probe',
7
url='https://github.com/sourceplusplus/probe-python',
8
author='Source++',
sourceplusplus/__init__.py
@@ -1,7 +1,3 @@
1
-__version__ = '0.1.2'
+__version__ = '0.1.3'
__name__ = 'Source++'
agent_name = 'Source++ Python Probe'
-
-__version_major__ = '0'
-__version_minor__ = '1'
-__version_micro__ = '2'
0 commit comments