Skip to content

Commit

Permalink
Merge pull request #98 from terasakisatoshi/prepare-release-v0.10.1
Browse files Browse the repository at this point in the history
Prepare release v0.10.1
  • Loading branch information
terasakisatoshi authored May 20, 2020
2 parents f9d636a + 63ba477 commit 88cec16
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MyWorkflow"
uuid = "7abf360e-92cb-4f35-becd-441c2614658a"
authors = ["Satoshi Terasaki <[email protected]>"]
version = "0.10.0"
version = "0.10.1"

[deps]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# MyWorkflow
0;95;0c# MyWorkflow


[![Build Status](https://github.com/terasakisatoshi/MyWorkflow.jl/workflows/CI/badge.svg)](https://github.com/terasakisatoshi/MyWorkflow.jl/actions)
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://terasakisatoshi.github.io/MyWorkflow.jl/stable)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://terasakisatoshi.github.io/MyWorkflow.jl/dev)

- dev (master) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/terasakisatoshi/MyWorkflow.jl/master)
- stable (v0.10.0) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/terasakisatoshi/MyWorkflow.jl/v0.10.0)
- stable (v0.10.1) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/terasakisatoshi/MyWorkflow.jl/v0.10.1)

- An example of workflow using Docker and GitHub Actions

Expand Down Expand Up @@ -63,7 +63,8 @@ $ tree .
│   ├── plotly_surface.jl
│   ├── plots_sample.jl
│   ├── tangent_space.jl
│   └── tangent_vector.jl
│   ├── tangent_vector.jl
│   └── turing_getting_started.jl
├── requirements.txt
├── src
│   └── MyWorkflow.jl
Expand Down

0 comments on commit 88cec16

Please sign in to comment.