Skip to content

Commit

Permalink
versione 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lychfindel committed Aug 11, 2020
1 parent 683310b commit 7e1a0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from flask_mail import Mail

# version of the software
version = "0.1"
version = "0.1.1"

app = Flask(__name__)
app.config.from_object(Config)
Expand Down

0 comments on commit 7e1a0c7

Please sign in to comment.