chg: [server] 0.2 version

main
Alexandre Dulaunoy 2021-05-24 17:54:03 +02:00
parent 57212a871a
commit a180bc8ff0
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
version = "0.1"
version = "0.2"
from flask import Flask, url_for, send_from_directory, render_template, make_response
from flask_restx import Resource, Api
import os