]> git.somenet.org - pub/jan/mattermost-api-python.git/blob - mattermost/version.py
various small changes
[pub/jan/mattermost-api-python.git] / mattermost / version.py
1 #!/usr/bin/env python3
2 """
3 Someone's Mattermost API v4 bindings.
4   Copyright (c) 2016-2021 by Someone <someone@somenet.org> (aka. Jan Vales <jan@jvales.net>)
5   published under MIT-License
6 """
7
8 # Set this package's version.
9 __version__ = "6.5.0"