Skip to content

Commit

Permalink
chore: updated version for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
carstencodes committed Jan 30, 2023
1 parent 4621922 commit a237edd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "flake518"
version = "1.4.0"
version = "1.5.0"
description = "A small wrapper around flake8 to support PEP518 pyproject.toml as configuration file."
authors = [
{name = "Carsten Igel", email = "[email protected]"},
Expand Down Expand Up @@ -57,7 +57,7 @@ lint = [
"pydocstyle>=6.1.1",
]
release = [
"pdm-bump>=0.5.0",
"pdm-bump>=0.5.0",
]

[tool.black]
Expand Down

0 comments on commit a237edd

Please sign in to comment.