Skip to content

Commit ef71c15

Browse files
committed
update version
1 parent d222d52 commit ef71c15

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.zenodo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"title": "CSV2CMI",
33
"description": "converts a table of letters into CMI format",
4-
"publication_date": "2019-03-20",
4+
"publication_date": "2019-03-29",
55
"creators": [{
66
"name": "Rettinghaus, Klaus",
77
"orcid": "0000-0003-1898-2543"

codemeta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"identifier": "CSV2CMI",
55
"name": "CSV2CMI",
66
"description": "converts a table of letters into CMI format",
7-
"softwareVersion": "2.0.0",
7+
"softwareVersion": "2.0.1",
88
"license": "OSI Approved :: MIT License",
99
"programmingLanguage": "Python :: 3",
1010
"maintainer": "https://orcid.org/0000-0003-1898-2543",
11-
"datePublished": "2019-03-20",
11+
"datePublished": "2019-03-29",
1212
"codeRepository": "https://github.com/saw-leipzig/csv2cmi",
1313
"author": [{
1414
"@id": "https://orcid.org/0000-0003-1898-2543",

csv2cmi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from xml.etree.ElementTree import Element, SubElement, Comment, ElementTree
1919

2020
__license__ = "MIT"
21-
__version__ = '2.0.0'
21+
__version__ = '2.0.1'
2222

2323
# define log output
2424
logging.basicConfig(format='%(levelname)s: %(message)s')

0 commit comments

Comments
 (0)