File tree Expand file tree Collapse file tree 4 files changed +26
-7
lines changed Expand file tree Collapse file tree 4 files changed +26
-7
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ authors:
17
17
given-names : " George"
18
18
orcid : " https://orcid.org/0000-0002-8198-5790"
19
19
title : " Harmony"
20
- version : 0.5.2
20
+ version : 1.0.0
21
21
doi : DOI 10.17605/OSF.IO/BCT6K
22
22
date-released : 2023-07-22
23
23
url : " https://harmonydata.ac.uk"
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " harmonydata"
3
- version = " 0.5.2 "
3
+ version = " 1.0.0 "
4
4
description = " Harmony Tool for Retrospective Data Harmonisation"
5
5
readme = " README.md"
6
6
keywords = [
Original file line number Diff line number Diff line change 25
25
26
26
'''
27
27
28
- __version__ = "0.5.2 "
28
+ __version__ = "0.5.3 "
29
29
30
30
# TODO: make these configurable at package level
31
31
import os
Original file line number Diff line number Diff line change 12
12
},
13
13
{
14
14
"cell_type" : " code" ,
15
- "execution_count" : null ,
15
+ "execution_count" : 1 ,
16
16
"id" : " e8675335" ,
17
17
"metadata" : {},
18
18
"outputs" : [],
23
23
},
24
24
{
25
25
"cell_type" : " code" ,
26
- "execution_count" : null ,
26
+ "execution_count" : 2 ,
27
27
"id" : " a101249b" ,
28
28
"metadata" : {},
29
29
"outputs" : [],
33
33
},
34
34
{
35
35
"cell_type" : " code" ,
36
- "execution_count" : null ,
36
+ "execution_count" : 3 ,
37
37
"id" : " 4683dcc3" ,
38
38
"metadata" : {},
39
- "outputs" : [],
39
+ "outputs" : [
40
+ {
41
+ "name" : " stdout" ,
42
+ "output_type" : " stream" ,
43
+ "text" : [
44
+ " Old version 0.5.2\n " ,
45
+ " New version 0.5.3\n "
46
+ ]
47
+ }
48
+ ],
40
49
"source" : [
41
50
" init_py_lines = text.split(\"\\ n\" )\n " ,
42
51
" for idx, line in list(enumerate(init_py_lines)):\n " ,
52
61
" print (\" New version\" , new_version)"
53
62
]
54
63
},
64
+ {
65
+ "cell_type" : " code" ,
66
+ "execution_count" : 4 ,
67
+ "id" : " 3b30d933" ,
68
+ "metadata" : {},
69
+ "outputs" : [],
70
+ "source" : [
71
+ " new_version = '1.0.0'"
72
+ ]
73
+ },
55
74
{
56
75
"cell_type" : " code" ,
57
76
"execution_count" : null ,
You can’t perform that action at this time.
0 commit comments