We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e3a507 commit fb7bfc4Copy full SHA for fb7bfc4
README.md
@@ -23,7 +23,7 @@ with open(result_file, 'w') as f:
23
```
24
25
IPython2CWL is based on [repo2docker](https://github.com/jupyter/repo2docker), the same tool
26
-used by [mybinder](https://mybinder.org/). Now, by writing Jupyter Notebook and publish them, including repo2docker
+used by [mybinder](https://mybinder.org/). Now, by writing Jupyter Notebook and publishing them, including repo2docker
27
configuration, the community can not only execute the notebooks remotely but also to use them as steps in scientific
28
workflows.
29
ipython2cwl/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.0.3"
+__version__ = "0.0.4"
0 commit comments