Skip to content

Commit

Permalink
Bump version: 5.7.1 → 5.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yaythomas committed Mar 13, 2023
1 parent b3a0393 commit bc1a530
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pypyr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"""
import pypyr.log.logger

__version__ = "5.7.1"
__version__ = "5.8.0"

pypyr.log.logger.set_up_notify_log_level()
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.7.1
current_version = 5.8.0

[bumpversion:file:pypyr/__init__.py]

Expand Down

0 comments on commit bc1a530

Please sign in to comment.