aboutsummaryrefslogtreecommitdiff
path: root/thcolor/version.py
blob: b51eff8339bd4b46da31d1eef90c7c25d3191291 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env python3
#**************************************************************************
# Copyright (C) 2021 Thomas "Cakeisalie5" Touhey <thomas@touhey.fr>
# This file is part of the thcolor project, which is MIT-licensed.
#**************************************************************************
""" Version definition for the thcolor module. """

__all__ = ["version"]

version = "0.3.1"

# End of file.