Skip to content

Commit 6fd882e

Browse files
committed
bump
1 parent 7557927 commit 6fd882e

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
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.2',
5+
version='0.1.3',
66
description='Source++ Python Probe',
77
url='https://github.com/sourceplusplus/probe-python',
88
author='Source++',

sourceplusplus/__init__.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
__version__ = '0.1.2'
1+
__version__ = '0.1.3'
22
__name__ = 'Source++'
33
agent_name = 'Source++ Python Probe'
4-
5-
__version_major__ = '0'
6-
__version_minor__ = '1'
7-
__version_micro__ = '2'

0 commit comments

Comments
 (0)