Skip to content

Commit eb28f3f

Browse files
authored
zenodo file and version (#52)
1 parent 2c2237a commit eb28f3f

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

.zenodo.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"creators": [
3+
{
4+
"name": "OMC-Team",
5+
"affiliation": "CERN"
6+
},
7+
{
8+
"name": "Joschua Dilly",
9+
"affiliation": "CERN",
10+
"orcid": "0000-0001-7864-5448"
11+
},
12+
{
13+
"name": "Felix Soubelet",
14+
"affiliation": "University of Liverpool & CERN",
15+
"orcid": "0000-0001-8012-1440"
16+
},
17+
{
18+
"name": "Maël Le Garrec",
19+
"affiliation": "CERN",
20+
"orcid": "0000-0002-8146-2340"
21+
},
22+
{
23+
"name": "Michael Hofer",
24+
"affiliation": "CERN",
25+
"orcid": "0000-0001-6173-0232"
26+
}
27+
],
28+
"title": "generic-parser",
29+
"description": "A parser for arguments and config-files that also allows direct python input."
30+
}

generic_parser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
__title__ = "generic_parser"
66
__description__ = "A parser for arguments and config-files that also allows direct python input."
77
__url__ = "https://github.com/pylhc/generic_parser"
8-
__version__ = "1.0.8"
8+
__version__ = "1.0.9"
99
__author__ = "pylhc"
1010
__author_email__ = "[email protected]"
1111
__license__ = "MIT"

0 commit comments

Comments
 (0)