From 8c2bc09235e76c75048620a743f6db4a5c1785a9 Mon Sep 17 00:00:00 2001 From: Anshul Singhvi Date: Thu, 9 May 2024 22:20:45 -0400 Subject: [PATCH] Bump Makie compat + patch version (#424) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 282ab935..93e7397b 100644 --- a/Project.toml +++ b/Project.toml @@ -3,7 +3,7 @@ uuid = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3" keywords = ["GDAL", "IO"] license = "MIT" desc = "A high level API for GDAL - Geospatial Data Abstraction Library" -version = "0.10.2" +version = "0.10.3" [deps] CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82" @@ -31,7 +31,7 @@ GeoInterface = "1" GeoInterfaceMakie = "0.1" GeoInterfaceRecipes = "1.0" ImageCore = "0.8, 0.9, 0.10" -Makie = "0.20" +Makie = "0.20, 0.21" Tables = "1" julia = "1.6"