Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kkedziak-splunk authored Apr 5, 2024
1 parent e5f7af0 commit 3dab0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion splunklib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ def setup_logging(level, log_format=DEFAULT_LOG_FORMAT, date_format=DEFAULT_DATE
datefmt=date_format)


__version_info__ = (2, 0, 1)
__version_info__ = (2, 0, 0)
__version__ = ".".join(map(str, __version_info__))

0 comments on commit 3dab0b5

Please sign in to comment.