Skip to content

Commit

Permalink
release: 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Rodriguez committed Apr 16, 2019
1 parent 11aa0fc commit 1e6b11e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pytest_reana/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.5.0.dev20190404"
__version__ = "0.5.0"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
'mock>=2.0',
'pika>=0.12.0,<0.13',
'pytest>=3.8.0',
'reana-commons>=0.5.0.dev20190314',
'reana-db>=0.5.0.dev20190314',
'reana-commons>=0.5.0.dev20190416',
'reana-db>=0.5.0.dev20190416',
]

packages = find_packages()
Expand Down

0 comments on commit 1e6b11e

Please sign in to comment.