File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
examples/searchcommands_app Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11[ ![ Build Status] ( https://travis-ci.org/splunk/splunk-sdk-python.svg?branch=master )] ( https://travis-ci.org/splunk/splunk-sdk-python )
22# The Splunk Software Development Kit for Python
33
4- #### Version 1.6.3
4+ #### Version 1.6.4
55
66The Splunk Software Development Kit (SDK) for Python contains library code and
77examples designed to enable developers to build applications using Splunk.
Original file line number Diff line number Diff line change @@ -439,7 +439,7 @@ def run(self):
439439 setup (
440440 description = 'Custom Search Command examples' ,
441441 name = os .path .basename (project_dir ),
442- version = '1.6.3 ' ,
442+ version = '1.6.4 ' ,
443443 author = 'Splunk, Inc.' ,
444444 author_email = 'devinfo@splunk.com' ,
445445 url = 'http://github.com/splunk/splunk-sdk-python' ,
Original file line number Diff line number Diff line change 1616
1717from __future__ import absolute_import
1818from splunklib .six .moves import map
19- __version_info__ = (1 , 6 , 3 )
19+ __version_info__ = (1 , 6 , 4 )
2020__version__ = "." .join (map (str , __version_info__ ))
21-
You can’t perform that action at this time.
0 commit comments