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 e5f7af0 commit 3dab0b5Copy full SHA for 3dab0b5
splunklib/__init__.py
@@ -30,5 +30,5 @@ def setup_logging(level, log_format=DEFAULT_LOG_FORMAT, date_format=DEFAULT_DATE
30
datefmt=date_format)
31
32
33
-__version_info__ = (2, 0, 1)
+__version_info__ = (2, 0, 0)
34
__version__ = ".".join(map(str, __version_info__))
0 commit comments