Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
thowell committed Oct 4, 2021
1 parent f7e4dd6 commit d6d29b7
Show file tree
Hide file tree
Showing 2 changed files with 4 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 = "ContactImplicitMPC"
uuid = "842347fd-0767-4ff8-b652-76aad5eb0a37"
authors = ["simon-lc <[email protected]>", "thowell <[email protected]>"]
version = "0.1.2"
version = "0.1.3"

[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Expand Down
6 changes: 3 additions & 3 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ The initial installation of the package includes a number of pre-generated examp

1. [install ContactImplicitMPC.jl](https://github.com/thowell/ContactImplicitMPC.jl)
2. [install IJulia](https://github.com/JuliaLang/IJulia.jl) (`add` it to the default project)
3. in the Julia REPL, run
3. in the Julia REPL, run (do once)
```
using Pkg
Pkg.build("ContactImplicitMPC")
using IJulia, ContactImplicitMPC
```
4. interact with notebooks
```
using IJulia, ContactImplicitMPC
notebook(dir=joinpath(dirname(pathof(ContactImplicitMPC)), "..", "examples"))
```

Additional examples can be run by first generating the models and simulations. Note that this may take 30-60 minutes.

5. in the Julia REPL, run
5. in the Julia REPL, run (do once)
```
include(joinpath(dirname(pathof(ContactImplicitMPC)), "..", "examples/generate_examples.jl"))
```

2 comments on commit d6d29b7

@thowell
Copy link
Member Author

@thowell thowell commented on d6d29b7 Oct 4, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/46079

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.3 -m "<description of version>" d6d29b74f30f182b2ac843f42b14c829bef7169a
git push origin v0.1.3

Please sign in to comment.