Skip to content
Snippets Groups Projects
Commit 4e5097f0 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[setup.py] Externalize version number to be able to use existing CI infrastructure

parent 158d2a28
No related branches found
No related tags found
1 merge request!263New CI
Pipeline #25346 failed
......@@ -33,7 +33,7 @@ from io import open
setup(
name='beat.web',
version='1.3.1rc1',
version=open("version.txt").read().rstrip(),
description='Biometrics Evaluation and Testing Platform (Web Modules)',
url='https://gitlab.idiap.ch/beat/beat.web',
license='AGPLv3',
......
1.3.1rc1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment