Skip to content

Commit

Permalink
FIX: Mismatched python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderKaschta committed Feb 27, 2024
1 parent b26955e commit 0a4425c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ https://gitlab.com/domrim/nanposweb

## Requirements

- Python 3.8 or higher
- Python 3.9 or higher

## Setup

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name = "nanposweb"
description = ""
requires-python= ">=3.9"
license = {text = "MIT"}
version = "1.1.5"
version = "1.1.6"
dependencies = [
"Flask==2.2.3",
"Flask-SQLAlchemy",
Expand Down

0 comments on commit 0a4425c

Please sign in to comment.