Skip to content

Commit

Permalink
Update package version for new tag
Browse files Browse the repository at this point in the history
  • Loading branch information
duncaneddy committed Aug 28, 2019
1 parent 8878b62 commit 5e6b78c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
@@ -1,7 +1,7 @@
name = "SOFA"
uuid = "ad3d3fd0-b5f2-51ee-b274-8cdbe62317e2"
authors = ["Duncan Eddy <duncan.eddy@gmail.com>"]
version = "2.0.0"
version = "2.0.1"

[deps]
BinDeps = "9e28174c-4ba2-5203-b857-d8d62c4213ee"
Expand Down

2 comments on commit 5e6b78c

@duncaneddy
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:
Update packaged to 2019-07-22 release SOFA C Release
Changed Vector and Matrix returns to use StaticArrays

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

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v2.0.1 -m "<description of version>" 5e6b78cf6b25e7425908889d42d6914e290dc914
git push origin v2.0.1

Also, note the warning: Version 2.0.1 skips over 1.0.0
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.

Please sign in to comment.