Skip to content

Commit

Permalink
Fix your compat entries to allow automerging (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored and evetion committed Dec 23, 2019
1 parent 26a73f7 commit dd3dea6
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
@@ -1,7 +1,7 @@
name = "GeoArrays"
uuid = "2fb1d81b-e6a0-5fc5-82e6-8e06903437ab"
authors = ["Maarten Pronk <[email protected]>"]
version = "0.1.2"
version = "0.1.3"

[deps]
ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3"
Expand All @@ -14,9 +14,9 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
ArchGDAL = "0.2"
CoordinateTransformations = "0.5"
GDAL = "~0.2.0"
GeoStatsBase = ">= 0.5.0"
GeoStatsBase = "0.5, 0.6, 0.7"
StaticArrays = "0.12"
julia = ">= 1.0"
julia = "1"

[extras]
GeoStats = "dcc97b0b-8ce5-5539-9008-bb190f959ef6"
Expand Down

2 comments on commit dd3dea6

@evetion
Copy link
Owner

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

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.3 -m "<description of version>" dd3dea6cd64dbb55369a8f99ac65d11d7416723c
git push origin v0.1.3

Please sign in to comment.