diff --git a/LICENSE b/LICENSE index 3e2d858..205c4bd 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (C) 2018, 2019, 2020, 2021 CERN. +Copyright (C) 2018, 2019, 2020, 2021, 2022 CERN. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/reana_db/version.py b/reana_db/version.py index 848e351..29e93a0 100644 --- a/reana_db/version.py +++ b/reana_db/version.py @@ -14,4 +14,4 @@ from __future__ import absolute_import, print_function -__version__ = "0.8.2" +__version__ = "0.9.0a1" diff --git a/setup.py b/setup.py index c0a185f..fa09d9b 100755 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ history = open("CHANGES.rst").read() tests_require = [ - "pytest-reana>=0.8.1,<0.9.0", + "pytest-reana>=0.9.0a1,<0.10.0", ] extras_require = { @@ -43,7 +43,7 @@ "SQLAlchemy>=1.2.7,<1.4.0", "sqlalchemy-utils>=0.35.0", "cryptography>=2.9.2", # Required by sqlalchemy_utils.EncryptedType - "reana-commons>=0.8.2,<0.9.0", + "reana-commons>=0.8.0,<0.10.0", ] packages = find_packages()