Skip to content
This repository was archived by the owner on Apr 2, 2022. It is now read-only.

Commit 946e1fd

Browse files
authored
Bump version and requirements, fix unit tests (#29)
1 parent 709458a commit 946e1fd

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from asreviewcontrib.covid19.datasets import Covid19DataGroup
22

3-
__version__ = "0.8.2"
3+
__version__ = "0.9"
44
__extension_name__ = "asreview-covid19"

config/all.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
},
149149
"cord19-all": {
150150
"title": "CORD-19",
151-
"base_id": "cord19",
151+
"base_id": "cord19-all",
152152
"type": "versioned",
153153
"configs": [
154154
{

config/cord19-all/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"title": "CORD-19",
3-
"base_id": "cord19",
3+
"base_id": "cord19-all",
44
"type": "versioned",
55
"filenames": [
66
"cord19_v3_all.json",

scripts/create_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def create_complete_configs(from_file=True):
140140

141141
meta_data = {
142142
"title": "CORD-19",
143-
"base_id": "cord19",
143+
"base_id": "cord19-all",
144144
"type": "versioned",
145145
"filenames": [x for x in data_names],
146146
}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
packages=find_namespace_packages(include=['asreviewcontrib.*']),
5151
namespace_package=["asreview"],
5252
install_requires=[
53-
"asreview>=0.9",
53+
"asreview>=0.9.4",
5454
],
5555

5656
extras_require=DEPS,

0 commit comments

Comments
 (0)