Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
Signed-off-by: ErikQQY <2283984853@qq.com>
  • Loading branch information
ErikQQY committed Mar 28, 2022
1 parent c21a310 commit 0405e02
Showing 1 changed file with 1 addition and 1 deletion.
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 <erikqqy123@gmail.com>"]
version = "0.2.7"
version = "0.2.8"

[deps]
InvertedIndices = "41ab1584-1d38-5bbf-9106-f11c6c58b48f"
Expand Down

2 comments on commit 0405e02

@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/57458

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.2.8 -m "<description of version>" 0405e02f00f370ed5966ee9f20e0b74ce9c4d254
git push origin v0.2.8

Please sign in to comment.