From 9e52b0af019d363a165bcb69270b510dfa8c7a02 Mon Sep 17 00:00:00 2001 From: Miles Wells Date: Wed, 19 Jun 2024 12:51:41 +0300 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 24525b57..22e5ee6c 100644 --- a/alyx/alyx/__init__.py +++ b/alyx/alyx/__init__.py @@ -1 +1 @@ -VERSION = __version__ = '2.1.1' +VERSION = __version__ = '2.1.2'