From 4a440e5fb432b2016ff500553b0efdcd2288a2df Mon Sep 17 00:00:00 2001 From: Andreas Noack Date: Thu, 5 Dec 2019 20:41:15 +0100 Subject: [PATCH] Bugfix release For handling the issue where the shape of the gradient was wrong. --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 099cca3..95f8805 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "DiffResults" uuid = "163ba53b-c6d8-5494-b064-1a9d43ac40c5" -version = "1.0.0" +version = "1.0.1" [deps] StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"