Skip to content

Commit

Permalink
chore(pyproject.toml): update version from 2.5.0 to 2.7.0 to reflect …
Browse files Browse the repository at this point in the history
…changes in the project

chore(pyproject.toml): add missing newline at the end of the file for consistency
  • Loading branch information
marcuxyz committed Nov 9, 2023
1 parent b607e17 commit 8b24259
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 @@
[tool.poetry]
name = "mvc-flask"
version = "2.5.0"
version = "2.7.0"
description = "turn standard Flask into mvc"
authors = ["Marcus Pereira <[email protected]>"]

Expand Down Expand Up @@ -30,4 +30,4 @@ requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.ward]
progress-style = ["bar"]
progress-style = ["bar"]

0 comments on commit 8b24259

Please sign in to comment.