diff --git a/Project.toml b/Project.toml index 8c03f83..9d1fa1e 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Tables" uuid = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" authors = ["quinnj "] -version = "0.2.0" +version = "0.2.1" [deps] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" @@ -16,7 +16,7 @@ DataValues = "e7dc6d0d-1eca-5fa6-8ad6-5aecde8b7ea5" QueryOperators = "2aef5ad7-51ca-5a8f-8e88-e75cf067b44b" [compat] -julia = "≥ 1.0.0" +julia = "1" [targets] test = ["Test", "DataValues", "QueryOperators"]