Skip to content

Commit

Permalink
chore: bump version from 2.8.1 to 2.8.2 in __version__.py, pyproject.…
Browse files Browse the repository at this point in the history
…toml, and version_test.py (#53)

The version number in the `__version__.py`, `pyproject.toml`, and `version_test.py` files was updated from 2.8.1 to 2.8.2. This change was made to reflect the correct version of the application and ensure consistency across all files.
  • Loading branch information
marcuxyz authored Nov 17, 2023
1 parent f79e5b3 commit adf7482
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mvc_flask/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.8.1"
__version__ = "2.8.2"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mvc-flask"
version = "2.8.1"
version = "2.8.2"
description = "turn standard Flask into mvc"
authors = ["Marcus Pereira <[email protected]>"]

Expand Down
2 changes: 1 addition & 1 deletion tests/version_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_mvc_flask_currently_version():
__version__ == "2.8.1"
__version__ == "2.8.2"

0 comments on commit adf7482

Please sign in to comment.