Skip to content

Commit 9f2ed7b

Browse files
committed
Bump splunklib version.
1 parent 64ebd2c commit 9f2ed7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

splunklib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616

1717
from __future__ import absolute_import
1818
from splunklib.six.moves import map
19-
__version_info__ = (1, 6, 4)
19+
__version_info__ = (1, 6, 5)
2020
__version__ = ".".join(map(str, __version_info__))

0 commit comments

Comments
 (0)