from setuptools import setup

version = '5.4.0'

setup(
    version=version,
)
