Skip to content

Commit 3dab0b5

Browse files
Update __init__.py
1 parent e5f7af0 commit 3dab0b5

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
@@ -30,5 +30,5 @@ def setup_logging(level, log_format=DEFAULT_LOG_FORMAT, date_format=DEFAULT_DATE
3030
datefmt=date_format)
3131

3232

33-
__version_info__ = (2, 0, 1)
33+
__version_info__ = (2, 0, 0)
3434
__version__ = ".".join(map(str, __version_info__))

0 commit comments

Comments
 (0)