diff --git a/Project.toml b/Project.toml index b982a0a..00a27a9 100644 --- a/Project.toml +++ b/Project.toml @@ -1,14 +1,14 @@ name = "CloseOpenIntervals" uuid = "fb6a15b2-703c-40df-9091-08a04967cfa9" authors = ["chriselrod and contributors"] -version = "0.1.12" +version = "0.1.13" [deps] Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3" StaticArrayInterface = "0d7ed370-da01-4f52-bd93-41d350b8b718" [compat] -Static = "0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8" +Static = "0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 1" StaticArrayInterface = "1" julia = "1.6"