Skip to content

Commit

Permalink
fix version to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bgodard authored Mar 1, 2020
1 parent 134e0e9 commit 34c37a3
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.6"
version = "1.0.4"

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

2 comments on commit 34c37a3

@bgodard
Copy link
Member Author

@bgodard bgodard commented on 34c37a3 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/10361

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.4 -m "<description of version>" 34c37a3324141a205122fd91b88dc87913d1962e
git push origin v1.0.4

Please sign in to comment.