Skip to content

Commit

Permalink
Bump compat for Colors and release 1.0.1 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy authored Dec 18, 2019
1 parent cc0527b commit ae51dbb
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,14 +1,14 @@
name = "Graphics"
uuid = "a2bd30eb-e257-5431-a919-1863eab51364"
version = "1.0.0"
version = "1.0.1"

[deps]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NaNMath = "77ba4419-2d1f-58cd-9bb1-8ffee604a2e3"

[compat]
Colors = "0.9"
Colors = "0.9, 0.10, 0.11"
NaNMath = "0.3.3"
julia = "1"

Expand Down

2 comments on commit ae51dbb

@timholy
Copy link
Member Author

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

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.1 -m "<description of version>" ae51dbb76d4b42182a0ac9e1c9275552775f59b2
git push origin v1.0.1

Please sign in to comment.