1
0
mirror of https://github.com/balkian/pre-commit-hooks.git synced 2024-11-14 12:12:28 +00:00
pre-commit-hooks/balkian_pre_commit/version.py
J. Fernando Sánchez 2ac8641f06 First commit
2017-01-10 15:12:52 +01:00

5 lines
114 B
Python

import os
with open(os.path.join(os.path.dirname(__file__), 'VERSION')) as f:
__version__ = f.read().strip()