Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
Signed-off-by: ErikQQY <[email protected]>
  • Loading branch information
ErikQQY committed Dec 14, 2021
1 parent 3eb1bba commit bb343a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "FractionalCalculus"
uuid = "638fb199-4bb2-4014-80c8-6dc0d90f156b"
license = "MIT"
authors = ["Qingyu Qu <[email protected]>"]
version = "0.1.4"
version = "0.1.5"

[deps]
InvertedIndices = "41ab1584-1d38-5bbf-9106-f11c6c58b48f"
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,14 @@ Current Algorithms
| | ├── Caputo_Direct_First_Diff_Known
| | ├── Caputo_Direct_First_Second_Diff_Known
| | ├── Caputo_Piecewise
| | └── Caputo_Diethelm
| | ├── Caputo_Diethelm
| | └── Caputo_High_Precision
| |
│ ├── Grünwald Letnikov
| | ├── GL_Direct
| | ├── GL_Multiplicative_Additive
| | └── GL_Lagrange_Three_Point_Interp
| | ├── GL_Lagrange_Three_Point_Interp
| | └── GL_High_Precision
| |
| ├── Riemann Liouville
| | ├── RLDiff_Approx
Expand Down

2 comments on commit bb343a5

@ErikQQY
Copy link
Member Author

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/50534

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.5 -m "<description of version>" bb343a5416751ce7dca06d52df1e9f96b8c283c5
git push origin v0.1.5

Please sign in to comment.