We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ce9b0d commit e5fa447Copy full SHA for e5fa447
2 files changed
pytest_reana/version.py
@@ -14,4 +14,4 @@
14
15
from __future__ import absolute_import, print_function
16
17
-__version__ = "0.95.0a7"
+__version__ = "0.95.0a8"
setup.py
@@ -45,8 +45,8 @@
45
"pytest-cache>=1.0,<2.0",
46
"pytest-cov>=3.0.0,<4.0",
47
"pytest>=7.0.0,<9.0.0",
48
- "reana-commons>=0.95.0a1,<0.96.0",
49
- "reana-db>=0.95.0a1,<0.96.0",
+ "reana-commons>=0.95.0a15,<0.96.0",
+ "reana-db>=0.95.0a7,<0.96.0",
50
"swagger_spec_validator>=2.1.0",
51
]
52
packages = find_packages()
0 commit comments