From fad066de7aa5dbd1e80670afdd695d31b06ce94d Mon Sep 17 00:00:00 2001 From: grantbuster Date: Wed, 16 Mar 2022 15:34:11 -0600 Subject: [PATCH] incremented version for spatiotemporalexpansion layer bug where new inputs is not the same dim as original input --- phygnn/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phygnn/version.py b/phygnn/version.py index 0a07136..2eb439f 100644 --- a/phygnn/version.py +++ b/phygnn/version.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- """Physics Guided Neural Network version.""" -__version__ = '0.0.15' +__version__ = '0.0.16'