Add VERSION

This commit is contained in:
Piero Toffanin 2021-10-26 15:32:06 -04:00
parent 42c44a2ba1
commit d12c81b773
3 changed files with 10 additions and 3 deletions

View file

@ -3,7 +3,7 @@
from setuptools import setup, find_packages
setup(
version='1.2.5',
version=open('VERSION').read().strip(),
name='libretranslate',
license='GNU Affero General Public License v3.0',
description='Free and Open Source Machine Translation API. Self-hosted, no limits, no ties to proprietary services.',