Skip to content

Commit fb7bfc4

Browse files
committed
update version
1 parent 0e3a507 commit fb7bfc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ with open(result_file, 'w') as f:
2323
```
2424

2525
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
26+
used by [mybinder](https://mybinder.org/). Now, by writing Jupyter Notebook and publishing them, including repo2docker
2727
configuration, the community can not only execute the notebooks remotely but also to use them as steps in scientific
2828
workflows.
2929

ipython2cwl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.3"
1+
__version__ = "0.0.4"

0 commit comments

Comments
 (0)