Skip to content

Commit

Permalink
raise version
Browse files Browse the repository at this point in the history
  • Loading branch information
jhidding committed Nov 13, 2017
1 parent 9ef51f2 commit b907d9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion noodles/__init__.py
Expand Up @@ -9,7 +9,7 @@
from .run.scheduler import Scheduler
from .storable import Storable

__version__ = "0.2.3"
__version__ = "0.2.4"

__all__ = ['schedule', 'schedule_hint', 'run_single', 'run_process',
'run_logging', 'run_parallel', 'unwrap', 'get_workflow',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -12,7 +12,7 @@

setup(
name='Noodles',
version='0.2.3',
version='0.2.4',
description='Workflow Engine',
author='Johan Hidding',
url='https://github.com/NLeSC/noodles',
Expand Down

0 comments on commit b907d9e

Please sign in to comment.