Skip to content

Commit

Permalink
release: 0.9.0a1
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladyslav Moisieienkov authored and tiborsimko committed Feb 25, 2022
1 parent bcba7c8 commit 1de5763
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reana_commons/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.8.5"
__version__ = "0.9.0a1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]


Expand Down

0 comments on commit 1de5763

Please sign in to comment.