Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Aug 24, 2022
1 parent 63e9cb4 commit cea71c8
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,7 +1,7 @@
name = "GeoTables"
uuid = "e502b557-6362-48c1-8219-d30d308dcdb0"
authors = ["Júlio Hoffimann <julio.hoffimann@gmail.com> and contributors"]
version = "1.0.1"
version = "1.0.2"

[deps]
ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3"
Expand All @@ -15,7 +15,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
ArchGDAL = "0.9"
GADM = "1.0"
GeoInterface = "1.0"
Meshes = "0.22, 0.23"
Meshes = "0.22, 0.23, 0.24"
Shapefile = "0.8"
Tables = "1.7"
julia = "1.6"

2 comments on commit cea71c8

@juliohm
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
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/66975

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 the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.0.2 -m "<description of version>" cea71c85c9f4f38cd4299cc55fa19d0b44a2f19f
git push origin v1.0.2

Please sign in to comment.