Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
bgodard authored Mar 1, 2020
1 parent f7c9198 commit 134e0e9
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 = "CALCEPH"
uuid = "1537fe66-4725-5aba-80f4-3a74792cecc1"
authors = ["Bernard Godard"]
version = "1.0.3"
version = "1.0.6"

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

2 comments on commit 134e0e9

@bgodard
Copy link
Member Author

@bgodard bgodard commented on 134e0e9 Mar 1, 2020

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

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 v1.0.6 -m "<description of version>" 134e0e985f3a5cedeb45370a285c9dcbad5ddffb
git push origin v1.0.6

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