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

Commit

Permalink
Bump version and requirements, fix unit tests (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
qubixes committed May 7, 2020
1 parent 709458a commit 946e1fd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion asreviewcontrib/covid19/__init__.py
@@ -1,4 +1,4 @@
from asreviewcontrib.covid19.datasets import Covid19DataGroup

__version__ = "0.8.2"
__version__ = "0.9"
__extension_name__ = "asreview-covid19"
2 changes: 1 addition & 1 deletion config/all.json
Expand Up @@ -148,7 +148,7 @@
},
"cord19-all": {
"title": "CORD-19",
"base_id": "cord19",
"base_id": "cord19-all",
"type": "versioned",
"configs": [
{
Expand Down
2 changes: 1 addition & 1 deletion config/cord19-all/index.json
@@ -1,6 +1,6 @@
{
"title": "CORD-19",
"base_id": "cord19",
"base_id": "cord19-all",
"type": "versioned",
"filenames": [
"cord19_v3_all.json",
Expand Down
2 changes: 1 addition & 1 deletion scripts/create_config.py
Expand Up @@ -140,7 +140,7 @@ def create_complete_configs(from_file=True):

meta_data = {
"title": "CORD-19",
"base_id": "cord19",
"base_id": "cord19-all",
"type": "versioned",
"filenames": [x for x in data_names],
}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -50,7 +50,7 @@
packages=find_namespace_packages(include=['asreviewcontrib.*']),
namespace_package=["asreview"],
install_requires=[
"asreview>=0.9",
"asreview>=0.9.4",
],

extras_require=DEPS,
Expand Down

0 comments on commit 946e1fd

Please sign in to comment.