Skip to content

Commit a09238a

Browse files
author
xhlulu
committed
Update readme to link to latest zenodo DOI
1 parent 3158548 commit a09238a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CITATIONS.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors:
55
given-names: "Xing Han"
66
orcid: "https://orcid.org/0000-0001-9027-8425"
77
title: "DL Translate: A deep learning-based translation library built on Huggingface transformers"
8-
version: 0.2.3
8+
version: 0.2.4
99
doi: 10.5281/zenodo.5230676
1010
date-released: 2021-08-21
1111
url: "https://github.com/xhlulu/dl-translate"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DL Translate
22

3-
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5230677.svg)](https://doi.org/10.5281/zenodo.5230677)
3+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5230676.svg)](https://doi.org/10.5281/zenodo.5230676)
44
[![Downloads](https://static.pepy.tech/personalized-badge/dl-translate?period=total&units=abbreviation&left_color=grey&right_color=orange&left_text=Downloads)](https://pepy.tech/project/dl-translate)
55
[![License](https://img.shields.io/badge/license-MIT-green)](https://github.com/xhlulu/dl-translate/blob/main/LICENSE)
66

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="dl-translate",
8-
version="0.2.3",
8+
version="0.2.4",
99
author="Xing Han Lu",
1010
author_email="github@xinghanlu.com",
1111
description="A deep learning-based translation library built on Huggingface transformers",

0 commit comments

Comments
 (0)