Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Merge e4e7c40 into c51c086
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborsimko committed Dec 30, 2019
2 parents c51c086 + e4e7c40 commit 8d69c55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion reana_cluster/version.py
Expand Up @@ -14,4 +14,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.6.0"
__version__ = "0.7.0.dev20191227"
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -19,7 +19,7 @@
history = open('CHANGES.rst').read()

tests_require = [
'pytest-reana>=0.6.0,<0.7.0',
'pytest-reana>=0.7.0.dev20191219,<0.8.0',
]

extras_require = {
Expand All @@ -45,7 +45,7 @@
'click>=7',
'Jinja2>=2.9.6,<2.11',
'PyYAML>=5.1',
'reana-commons[kubernetes]>=0.6.0,<0.7.0',
'reana-commons[kubernetes]>=0.7.0.dev20121220,<0.8.0',
'tablib>=0.12.1,<0.13',
]

Expand Down

0 comments on commit 8d69c55

Please sign in to comment.