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 80b330e commit f0f2b0dCopy full SHA for f0f2b0d
README.md
@@ -1,6 +1,6 @@
1
# The Splunk Software Development Kit for Python
2
3
-#### Version 1.3.0
+#### Version 1.3.1
4
5
The Splunk Software Development Kit (SDK) for Python contains library code and
6
examples designed to enable developers to build applications using Splunk.
splunklib/__init__.py
@@ -14,6 +14,6 @@
14
15
"""Python library for Splunk."""
16
17
-__version_info__ = (1, 3, 0)
+__version_info__ = (1, 3, 1)
18
__version__ = ".".join(map(str, __version_info__))
19
0 commit comments