Skip to content

Commit

Permalink
Add next release number
Browse files Browse the repository at this point in the history
  • Loading branch information
maszyk99 committed Mar 26, 2024
1 parent 6073ec1 commit 06a97b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# The Splunk Enterprise Software Development Kit for Python

#### Version 2.0.0
#### Version 2.0.1

The Splunk Enterprise Software Development Kit (SDK) for Python contains library code designed to enable developers to build applications using the Splunk platform.

Expand Down
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, 0)
__version_info__ = (2, 0, 1)
__version__ = ".".join(map(str, __version_info__))

0 comments on commit 06a97b6

Please sign in to comment.