summaryrefslogtreecommitdiff
path: root/ickapi/version.py
blob: 14baa364f1e74866e0ffd51fcaa562c8ce38ca51 (plain)
1
2
3
4
5
6
7
8
9
"""Version module.

This module contains only project version info. It is used by setup.py
and version endpoint.

Remember to update NEWS file too when bumping a version.
"""

__version__ = '0.1.0+git'