Skip to content

Commit 42435ad

Browse files
committed
update ui version
1 parent 43ca858 commit 42435ad

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# **meganno-client**
22
Client side programmatic python library for MEGAnno service with an inclusion of LLMs as annotators
33

4-
![version](https://img.shields.io/badge/meganno--client%20latest-v1.5.3-blue)
4+
![version](https://img.shields.io/badge/meganno--client%20latest-v1.5.4-blue)
55
## **Prerequisite Knowledge**
66
Documentation for [MEGAnno concepts](https://meganno.megagon.info)
77

meganno_client/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.3
1+
1.5.4

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pandas==1.5.3
22
tqdm==4.62.0
3-
meganno_ui==1.5.6
3+
meganno_ui==1.5.7
44
httpx==0.24.1
55
nest_asyncio==1.5.1
66
websockets==11.0.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"jaro-winkler==2.0.3",
2828
],
2929
"extras_require": {
30-
"ui": ["meganno-ui @ git+https://github.com/megagonlabs/[email protected].6"]
30+
"ui": ["meganno-ui @ git+https://github.com/megagonlabs/[email protected].7"]
3131
},
3232
"include_package_data": True,
3333
"zip_safe": False,

0 commit comments

Comments
 (0)