From 98050de12db0c913eb50b93b9bf846a44bef05d9 Mon Sep 17 00:00:00 2001 From: Gabriele Cesa Date: Mon, 5 Jul 2021 18:40:20 +0200 Subject: [PATCH] v0.1.9 --- e2cnn/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2cnn/__about__.py b/e2cnn/__about__.py index a6ca224..c3425c5 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.8" +__version__ = "0.1.9" __author__ = "Gabriele Cesa, Maurice Weiler" __email__ = "cesa.gabriele@gmail.com" __license__ = "BSD 3-Clause Clear"