Skip to content

Commit

Permalink
Merge pull request #101 from fredrikekre/patch-1
Browse files Browse the repository at this point in the history
Set version to 0.4.9 and correct Julia compat.
  • Loading branch information
quinnj authored Nov 15, 2019
2 parents 24f9f94 + 116dec1 commit 1a47e18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "DecFP"
uuid = "55939f99-70c6-5e9b-8bb0-5071ed7d61fd"
version = "0.4.8"
version = "0.4.9"

[deps]
BinaryProvider = "b99e7846-7c00-51b0-8f62-c81ae34c0232"
Expand All @@ -9,7 +9,7 @@ Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"

[compat]
julia = "0.7.0"
julia = "0.7, 1"

[extras]
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Expand Down

2 comments on commit 1a47e18

@quinnj
Copy link
Collaborator Author

@quinnj quinnj commented on 1a47e18 Nov 15, 2019

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

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

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 v0.4.9 -m "<description of version>" 1a47e18c8db9e7727e26559399f4975f7ef3a8a5
git push origin v0.4.9

Please sign in to comment.