diff --git a/reana_db/version.py b/reana_db/version.py index 6babad9..f3082aa 100644 --- a/reana_db/version.py +++ b/reana_db/version.py @@ -14,4 +14,4 @@ from __future__ import absolute_import, print_function -__version__ = "0.95.0a1" +__version__ = "0.95.0a2" diff --git a/setup.py b/setup.py index d3926ea..9908a93 100755 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ history = open("CHANGELOG.md").read() tests_require = [ - "pytest-reana>=0.95.0a1,<0.96.0", + "pytest-reana>=0.95.0a2,<0.96.0", ] extras_require = { @@ -47,7 +47,7 @@ "psycopg2-binary>=2.6.1", "SQLAlchemy>=1.2.7,<1.4.0", "SQLAlchemy-Utils[encrypted]>=0.36.8", - "reana-commons>=0.9.4,<0.96.0", + "reana-commons>=0.95.0a1,<0.96.0", ] packages = find_packages()