Skip to content

Commit 497f3a6

Browse files
committed
Bump version number if preparation for release.
1 parent 225fcf8 commit 497f3a6

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
@@ -14,6 +14,6 @@
1414

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

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

0 commit comments

Comments
 (0)