From 7ea905426e8e8869332f7f1e376c12604419cc32 Mon Sep 17 00:00:00 2001 From: Karolina Przerwa Date: Mon, 26 Nov 2018 14:19:37 +0100 Subject: [PATCH] global: bumped modules versions --- setup.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 9aebe9a..89083c9 100644 --- a/setup.py +++ b/setup.py @@ -65,11 +65,11 @@ ] install_requires = [ - 'invenio-accounts>=1.0.0b9', - 'invenio-db>=1.0.0b3,<1.1.0', - 'invenio-rest>=1.0.0a10', - 'invenio-access>=1.0.0a11', - 'invenio-oauth2server>=1.0.0a12' + 'invenio-accounts>=1.0.0', + 'invenio-db>=1.0.0,<1.1.0', + 'invenio-rest>=1.0.0', + 'invenio-access>=1.0.0', + 'invenio-oauth2server>=1.0.0', ] packages = find_packages()