Skip to content

Commit

Permalink
Bump version: 5.5.0 → 5.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yaythomas committed Oct 5, 2022
1 parent 0ae7d9c commit 7696e5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.5.0"
__version__ = "5.6.0"

pypyr.log.logger.set_up_notify_log_level()
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[bumpversion]
current_version = 5.5.0
current_version = 5.6.0

[bumpversion:file:pypyr/__init__.py]

[bdist_wheel]
universal = 0

[flake8] # flake8 doesn't support pyproject.toml
[flake8]
ignore = W503
exclude = .git,__pycache__,.tox,*.egg,build,data,dist,.cache,.env

Expand Down

0 comments on commit 7696e5a

Please sign in to comment.