Skip to content

Commit

Permalink
Merge pull request #7 from CompEpigen/dev
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
KerstenBreuer authored Jul 20, 2019
2 parents b70420e + 9dbb655 commit a5a1c1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cwlab/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

from __future__ import absolute_import

__version__ = "0.1.0"
__version__ = "0.1.1"

import os
from flask import Flask
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='cwlab',
version='0.1.0',
version='0.1.1',
description='A platform-agnostic, cloud-ready framework ' + \
'for simplified deployment of the Common Workflow Language ' + \
'using a graphical web interface',
Expand Down Expand Up @@ -39,7 +39,7 @@
'cwltool'
],
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: Apache Software License',
Expand Down

0 comments on commit a5a1c1f

Please sign in to comment.