thedroth-rocks/hitherdither/__version__.py
2023-07-10 10:50:23 +03:00

18 lines
354 B
Python

#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
__version__.py
-----------
:copyright: 2017-05-10 by hbldh <henrik.blidh@nedomkull.com>
"""
from __future__ import division
from __future__ import print_function
from __future__ import absolute_import
# Version information.
__version__ = "0.1.7"
version = __version__ # backwards compatibility name