From 4509cc2749304bcd7f3613e795180c0ff7fc78bd Mon Sep 17 00:00:00 2001 From: Gabriele Cesa Date: Fri, 23 Oct 2020 13:57:35 +0200 Subject: [PATCH] v0.1.3 --- e2cnn/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2cnn/__about__.py b/e2cnn/__about__.py index aa154e76..7a477c21 100644 --- a/e2cnn/__about__.py +++ b/e2cnn/__about__.py @@ -12,7 +12,7 @@ __title__ = "e2cnn" __summary__ = "E(2)-Equivariant CNNs Library for PyTorch" __url__ = 'https://github.com/QUVA-Lab/e2cnn' -__version__ = "0.1.2" +__version__ = "0.1.3" __author__ = "Gabriele Cesa, Maurice Weiler" __email__ = "cesa.gabriele@gmail.com" __license__ = "BSD 3-Clause Clear"