1
0
mirror of https://github.com/LibreTranslate/LibreTranslate.git synced 2024-08-21 22:00:15 +02:00

Bump version

This commit is contained in:
Piero Toffanin 2021-09-13 20:55:58 -04:00
parent a63394549b
commit d714ce2342

View File

@ -3,7 +3,7 @@
from setuptools import setup, find_packages from setuptools import setup, find_packages
setup( setup(
version='1.2.3', version='1.2.4',
name='libretranslate', name='libretranslate',
license='GNU Affero General Public License v3.0', 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.', description='Free and Open Source Machine Translation API. Self-hosted, no limits, no ties to proprietary services.',