Skip to content

Commit 5bedb68

Browse files
committed
v1.0.0 stable release
1 parent 70c1ff7 commit 5bedb68

File tree

3 files changed

+5
-62
lines changed

3 files changed

+5
-62
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,16 @@ Cite as:
7373
7474
```
7575

76-
<img src="misc/poster.png" width="900vw">
76+
<img src="https://raw.githubusercontent.com/PinzhenChen/sacreCOMET/main/misc/poster.png" width="900vw">
7777

7878
## YouTube presentation (click image)
7979

8080
[<img src="https://img.youtube.com/vi/jDMvueySuPo/maxresdefault.jpg" width=400px>](https://www.youtube.com/watch?v=jDMvueySuPo)
8181

8282
## Changelog
8383

84+
- v1.0.1 (13 January 2025)
85+
- Stable release
8486
- v0.1.1 (13 January 2025)
8587
- Add `r` in the signature before references.
8688
- Add simple tests.

python-tool/README.md

-60
This file was deleted.

python-tool/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../README.md

python-tool/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "sacrecomet"
7-
version = "0.1.1"
7+
version = "1.0.1"
88
description = "Tool to guide you through reporting the use of COMET for machine translation evaluation."
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)