diff --git a/repo2data/__init__.py b/repo2data/__init__.py index e5e59e3..2614ce9 100644 --- a/repo2data/__init__.py +++ b/repo2data/__init__.py @@ -1 +1 @@ -__version__ = "2.6.0" +__version__ = "2.7.0" diff --git a/setup.py b/setup.py index b7af9ef..32c5cf2 100644 --- a/setup.py +++ b/setup.py @@ -19,6 +19,7 @@ 'wget', 'osfclient', 'gdown', + 'zenodo-get' ], include_package_data=True, zip_safe=False)