Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreySarnoff committed Sep 19, 2023
1 parent e2c5909 commit e4a812a
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 @@ -5,7 +5,7 @@ uuid = "b0e4dd01-7b14-53d8-9b45-175a3e362653"
repo = "https://github.com/JeffreySarnoff/RollingFunctions.jl.git"
authors = ["Jeffrey Sarnoff and other contributors"]
license = "MIT"
version = "v0.8.1"
version = "v0.8.0"

[deps]
KahanSummation = "8e2b3108-d4c1-50be-a7a2-16352aec75c3"
Expand Down

2 comments on commit e4a812a

@JeffreySarnoff
Copy link
Owner 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/91659

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.8.0 -m "<description of version>" e4a812abdb2996b9dcc0ecfec0986d5b48d50ea2
git push origin v0.8.0

Please sign in to comment.