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

Commit

Permalink
Merge ad78cb9 into 780f0cd
Browse files Browse the repository at this point in the history
  • Loading branch information
dprelipcean committed Aug 26, 2019
2 parents 780f0cd + ad78cb9 commit 33c818e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions AUTHORS.rst
Expand Up @@ -3,6 +3,7 @@ Authors

The list of contributors in alphabetical order:

- `Daniel Prelipcean <https://orcid.org/0000-0002-4855-194X>`_
- `Diego Rodriguez <https://orcid.org/0000-0003-0649-2002>`_
- `Dinos Kousidis <https://orcid.org/0000-0002-4914-4289>`_
- `Lukas Heinrich <https://orcid.org/0000-0002-4048-7584>`_
Expand Down
2 changes: 1 addition & 1 deletion reana_workflow_monitor/__init__.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# This file is part of REANA.
# Copyright (C) 2017, 2018 CERN.
# Copyright (C) 2017, 2018, 2019 CERN.
#
# REANA is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.
Expand Down
2 changes: 1 addition & 1 deletion reana_workflow_monitor/version.py
Expand Up @@ -14,4 +14,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.4.0"
__version__ = "0.6.0.dev20190815"
16 changes: 8 additions & 8 deletions setup.py
Expand Up @@ -47,16 +47,16 @@
]

install_requires = [
'adage==0.8.5',
'celery==3.1.17',
'adage==0.10.0',
'celery==4.3.0',
'Flask>=0.12.2',
'gevent==1.2.1',
'gevent==1.4.0',
'gevent-websocket==0.10.1',
'packtivity==0.10.0',
'python-socketio==1.7.4',
'pyzmq==16.0.2',
'yadage==0.13.5',
'yadage-schemas==0.7.16'
'packtivity==0.14.21',
'python-socketio==4.3.1',
'pyzmq==18.1.0',
'yadage==0.20.0',
'yadage-schemas==0.10.6',
]

packages = find_packages()
Expand Down

0 comments on commit 33c818e

Please sign in to comment.