Skip to content

Commit f72f697

Browse files
committed
Update version string to 2.2.0 alpha
1 parent f83af55 commit f72f697

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
@@ -32,5 +32,5 @@ def setup_logging(
3232
logging.basicConfig(level=level, format=log_format, datefmt=date_format)
3333

3434

35-
__version_info__ = (2, 1, 1)
35+
__version_info__ = (2, 2, 0, "alpha")
3636
__version__ = ".".join(map(str, __version_info__))

0 commit comments

Comments
 (0)