version+
This commit is contained in:
parent
1d4171a392
commit
f8fc19e737
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ from werkzeug.middleware.proxy_fix import ProxyFix
|
|||
|
||||
from . import const
|
||||
|
||||
__version__: str = "3.1.1-nyx"
|
||||
__version__: str = "3.1.2-nyx"
|
||||
|
||||
|
||||
def create_app(db: str = "sqlite:///imag.db") -> t.Tuple[flask.Flask, t.Optional[str]]:
|
||||
|
|
Loading…
Add table
Reference in a new issue