Skip to content

Commit 8d55db0

Browse files
halfflatbcumming
authored andcommitted
Bump version to 0.2.1 (#852)
* Set VERSION to 0.2.1. * Add .zenodo.json metadata file which will hopefully ease our auto-DOI-publishing woes. * Remove .json from .gitignore.
1 parent 336c057 commit 8d55db0

3 files changed

Lines changed: 76 additions & 4 deletions

File tree

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@
2424
# tar files
2525
*.tar
2626

27-
# json files
28-
*.json
29-
3027
# generated when making on os x
3128
*.dSYM
3229

.zenodo.json

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
{
2+
"license": {
3+
"id": "BSD-3-Clause"
4+
},
5+
"grants": [
6+
{
7+
"code": "785907",
8+
"links": {
9+
"self": "https://zenodo.org/api/grants/10.13039/501100000780::785907"
10+
},
11+
"title": "Human Brain Project Specific Grant Agreement 2",
12+
"acronym": "HBP SGA2",
13+
"program": "H2020",
14+
"funder": {
15+
"doi": "10.13039/501100000780",
16+
"acronyms": [
17+
"EC"
18+
],
19+
"name": "European Commission",
20+
"links": {
21+
"self": "https://zenodo.org/api/funders/10.13039/501100000780"
22+
}
23+
}
24+
}
25+
],
26+
"creators": [
27+
{
28+
"affiliation": "CSCS",
29+
"name": "Nora Abi Akar"
30+
},
31+
{
32+
"affiliation": "CSCS",
33+
"name": "John Biddiscombe"
34+
},
35+
{
36+
"affiliation": "CSCS",
37+
"name": "Benjamin Cumming"
38+
},
39+
{
40+
"affiliation": "University of Stuttgart",
41+
"name": "Felix Huber"
42+
},
43+
{
44+
"affiliation": "CSCS",
45+
"name": "Marko Kabic"
46+
},
47+
{
48+
"affiliation": "CSCS",
49+
"name": "Vasileios Karakasis"
50+
},
51+
{
52+
"affiliation": "FZJ",
53+
"name": "Wouter Klijn"
54+
},
55+
{
56+
"orcid": "0000-0002-8172-7791",
57+
"affiliation": "FZJ",
58+
"name": "Anne Küsters"
59+
},
60+
{
61+
"orcid": "0000-0002-3453-310X",
62+
"affiliation": "FZJ",
63+
"name": "Alexander Peyser"
64+
},
65+
{
66+
"orcid": "0000-0002-9447-6653",
67+
"affiliation": "CSCS",
68+
"name": "Stuart Yates"
69+
},
70+
{
71+
"affiliation": "Universität Heidelberg",
72+
"name": "Eric Müller"
73+
}
74+
],
75+
}

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.1-dev
1+
0.2.1

0 commit comments

Comments
 (0)