diff --git a/pyproject.toml b/pyproject.toml index 5da6620d565c734fb43fada2f9cd98360cc09905..da16c36e56dbcb041e6cf0a9071b4a7d812ecb45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "hog" -version = "0.1" +version = "0.1.1" dependencies = [ "islpy", "ndim @ https://github.com/sigma-py/ndim/archive/refs/tags/v0.1.6.tar.gz", @@ -17,6 +17,7 @@ dependencies = [ packages = [ "hog", "hog.operator_generation", + "hog.operator_generation.function_space_implementations", "hog.quadrature", "hog.recipes", "hog.recipes.integrands",