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