From 0968935fe97fa0885a77a8d110c18725aaef9471 Mon Sep 17 00:00:00 2001 From: Vedant Puri Date: Thu, 27 Apr 2023 09:14:16 -0400 Subject: [PATCH] Update Project.toml --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index c99b8e5..fe88242 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "NodalPolynomialSpaces" uuid = "0b197c3a-da26-4bf3-b373-765e7d9e4c53" authors = ["Vedant Puri "] -version = "0.2" +version = "0.2.1" [deps] AbstractPDEInterfaces = "db474457-f03d-4fd7-b196-5f323c96c803" @@ -11,7 +11,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69" SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" [compat] -AbstractPDEInterfaces = "0.2" +AbstractPDEInterfaces = "0.2.1" FastGaussQuadrature = "0.4.9, 0.5" Reexport = "1.2.2" julia = "1.6"