Skip to content

Commit

Permalink
update version to 1.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ljiang1 committed Sep 11, 2019
1 parent 7401b61 commit 64caeff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/searchcommands_app/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ def run(self):
setup(
description='Custom Search Command examples',
name=os.path.basename(project_dir),
version='1.6.6',
version='1.6.7',
author='Splunk, Inc.',
author_email='[email protected]',
url='http://github.com/splunk/splunk-sdk-python',
Expand Down
2 changes: 1 addition & 1 deletion splunklib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@

from __future__ import absolute_import
from splunklib.six.moves import map
__version_info__ = (1, 6, 6)
__version_info__ = (1, 6, 7)
__version__ = ".".join(map(str, __version_info__))

0 comments on commit 64caeff

Please sign in to comment.