summaryrefslogtreecommitdiffhomepage
path: root/libs/flask_restx/__about__.py
blob: cacc67fc597bc40fa664817c6e6f75d1e5e26e68 (plain)
1
2
3
4
5
# -*- coding: utf-8 -*-
__version__ = "1.0.3"
__description__ = (
    "Fully featured framework for fast, easy and documented API development with Flask"
)