Skip to content

Commit

Permalink
update compat (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
iblislin authored Oct 21, 2019
1 parent 2965d95 commit a162268
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"

[compat]
RecipesBase = "^0"
Reexport = "^0"
RecipesBase = "0.5, 0.7"
Reexport = "0.1, 0.2"
Tables = "0.1, 0.2"
julia = "0.7.0, 1"
julia = "0.7, 1"

[extras]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand Down

2 comments on commit a162268

@iblislin
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()

@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 updated: JuliaRegistries/General/4463

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.16.1 -m "<description of version>" a162268a8edf7a64ef57f874148897bf9ec6ec07
git push origin v0.16.1

Please sign in to comment.