Skip to content

Commit

Permalink
Improve Julia version in compat
Browse files Browse the repository at this point in the history
  • Loading branch information
mkborregaard committed Feb 27, 2020
1 parent bc29fb5 commit f022ad8
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
Expand Up @@ -4,7 +4,7 @@ keywords = ["macroecology", "ecology", "biology", "geography"]
license = "MIT"
desc = "Base package with abstract types for ecology"
authors = ["mkborregaard <mkborregaard@sund.ku.dk", "RichardReeve <Richard.Reeve@glasgow.ac.uk>"]
version = "0.1.1"
version = "0.1.2"

[deps]
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Expand All @@ -13,7 +13,7 @@ RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Diversity = "0.5"
RecipesBase = "0.7, 0.8"
SpatialEcology = "0.9"
julia = "1.0"
julia = "1"

[extras]
Diversity = "d3d5718d-52de-57ab-b67a-eca7fd6175a4"
Expand Down

2 comments on commit f022ad8

@mkborregaard
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/11408

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

Please sign in to comment.