Skip to content

Commit f0f2b0d

Browse files
author
Shakeel Mohamed
committed
update version number
1 parent 80b330e commit f0f2b0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The Splunk Software Development Kit for Python
22

3-
#### Version 1.3.0
3+
#### Version 1.3.1
44

55
The Splunk Software Development Kit (SDK) for Python contains library code and
66
examples designed to enable developers to build applications using Splunk.

splunklib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414

1515
"""Python library for Splunk."""
1616

17-
__version_info__ = (1, 3, 0)
17+
__version_info__ = (1, 3, 1)
1818
__version__ = ".".join(map(str, __version_info__))
1919

0 commit comments

Comments
 (0)