vhoulbreque / dafter

📥 Command-line downloader for public datasets
https://vinzeebreak.github.io/dafter-loader/
MIT License
24 stars 3 forks source link

Add a version file #40

Closed vhoulbreque closed 5 years ago

vhoulbreque commented 5 years ago
import os

version_file = os.path.join(os.path.dirname(__file__), 'VERSION.txt')
with open(version_file) as fh:
    __version__ = fh.read().strip()