Skip to content

Commit 2c4f88d

Browse files
author
xhlulu
committed
Correct name of citation.cff file
1 parent a09238a commit 2c4f88d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CITATIONS.cff renamed to CITATION.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.4
8+
version: 0.2.5
99
doi: 10.5281/zenodo.5230676
1010
date-released: 2021-08-21
1111
url: "https://github.com/xhlulu/dl-translate"

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include CITATIONS.cff
1+
include CITATION.cff

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.4",
8+
version="0.2.5",
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)