Skip to content

Commit 89012df

Browse files
committed
Bump version number to 1.0.0.
1 parent 25e8613 commit 89012df

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, 8, 0)
17+
__version_info__ = (1, 0, 0)
1818
__version__ = ".".join(map(str, __version_info__))
1919

0 commit comments

Comments
 (0)