From 61f7ef7b80f2ef5c7bce101d9c1e2e2c9c66e6bf Mon Sep 17 00:00:00 2001 From: juhuntenburg Date: Wed, 24 Apr 2024 17:44:30 +0200 Subject: [PATCH] bump version --- alyx/alyx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alyx/alyx/__init__.py b/alyx/alyx/__init__.py index f4ba5b3e..24525b57 100644 --- a/alyx/alyx/__init__.py +++ b/alyx/alyx/__init__.py @@ -1 +1 @@ -VERSION = __version__ = '2.1.0' +VERSION = __version__ = '2.1.1'