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 225fcf8 commit 497f3a6Copy full SHA for 497f3a6
splunklib/__init__.py
@@ -14,6 +14,6 @@
14
15
"""Python library for Splunk."""
16
17
-__version_info__ = (0, 1, '0a')
+__version_info__ = (0, 8, 0)
18
__version__ = ".".join(map(str, __version_info__))
19
0 commit comments