Skip to content

Commit 63c80f4

Browse files
committed
add __version__ to module. See ExpDev07#91
1 parent 19347bc commit 63c80f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
from flask import Flask
22
from flask_cors import CORS
33

4+
#see PEP396
5+
__version__ = '2.0'
6+
47
def create_app():
58
"""
69
Construct the core application.

0 commit comments

Comments
 (0)