Updated about

This commit is contained in:
2025-05-24 10:36:33 +02:00
parent a247a18bd5
commit 023a220d1c
5 changed files with 59 additions and 19 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ from setuptools import setup, find_packages
here = path.abspath(path.dirname(__file__))
# read the version from classla/_version.py
VERSION = '0.0.1'
VERSION = '0.0.3'
setup(name='stark-api',
version=VERSION,
@@ -19,7 +19,7 @@ setup(name='stark-api',
'Flask==3.0.0',
'requests==2.31.0',
'flask-babel==4.0.0',
'stark @ git+https://github.com/clarinsi/STARK@master',
'stark-trees==3.1.0',
'conllu==6.0.0'
],
)