diff --git a/NEWS.md b/NEWS.md index 6eeccc8..ba878fc 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +0.1.1 +===== +- making it Julia 1.6 compatible + 0.1.0 ===== -- Initial version \ No newline at end of file +- Initial version diff --git a/Project.toml b/Project.toml index af4feb6..4a4ffad 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "AxisArrayTables" uuid = "af8da316-43a4-49f0-bd76-7de0cd630fd6" authors = ["Lilith Hafner and contributors"] -version = "0.1.0" +version = "0.1.1" [deps] AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"