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

version = '0.3'

# End of file.