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 7401b61 commit 64caeffCopy full SHA for 64caeff
examples/searchcommands_app/setup.py
@@ -439,7 +439,7 @@ def run(self):
439
setup(
440
description='Custom Search Command examples',
441
name=os.path.basename(project_dir),
442
- version='1.6.6',
+ version='1.6.7',
443
author='Splunk, Inc.',
444
author_email='devinfo@splunk.com',
445
url='http://github.com/splunk/splunk-sdk-python',
splunklib/__init__.py
@@ -16,5 +16,5 @@
16
17
from __future__ import absolute_import
18
from splunklib.six.moves import map
19
-__version_info__ = (1, 6, 6)
+__version_info__ = (1, 6, 7)
20
__version__ = ".".join(map(str, __version_info__))
0 commit comments