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 f83af55 commit f72f697Copy full SHA for f72f697
splunklib/__init__.py
@@ -32,5 +32,5 @@ def setup_logging(
32
logging.basicConfig(level=level, format=log_format, datefmt=date_format)
33
34
35
-__version_info__ = (2, 1, 1)
+__version_info__ = (2, 2, 0, "alpha")
36
__version__ = ".".join(map(str, __version_info__))
0 commit comments