Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
BFergerson committed Sep 15, 2022
1 parent a3a15bb commit 2013f56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup

setup(name='sourceplusplus',
version='0.1.6',
version='0.1.7',
description='Source++ Python Probe',
url='https://github.com/sourceplusplus/probe-python',
author='Source++',
Expand Down
2 changes: 1 addition & 1 deletion sourceplusplus/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '0.1.6'
__version__ = '0.1.7'
__name__ = 'Source++'
agent_name = 'Source++ Python Probe'

0 comments on commit 2013f56

Please sign in to comment.