Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-luke authored May 3, 2021
1 parent 701aa64 commit 0f8735b
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
@@ -1,7 +1,7 @@
name = "AuditoryStimuli"
uuid = "8341a549-d843-5d3b-924f-10e41641b3ea"
authors = ["Robert Luke <[email protected]>"]
version = "0.0.7"
version = "0.0.8"

[deps]
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
Expand Down

4 comments on commit 0f8735b

@rob-luke
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/35940

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.0.8 -m "<description of version>" 0f8735b5980d140c7250f313f9808a38091ad8c2
git push origin v0.0.8

Also, note the warning: Version 0.0.8 skips over 0.0.7
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

@rob-luke
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/35994

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.0.8 -m "<description of version>" 0f8735b5980d140c7250f313f9808a38091ad8c2
git push origin v0.0.8

Please sign in to comment.