From 76beaff2453db1843a84d64b9198f5166cf43991 Mon Sep 17 00:00:00 2001 From: Gereon Tombrink Date: Wed, 8 Jan 2025 10:27:58 +0100 Subject: [PATCH] Version 2.2.1 --- trajectopy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trajectopy/__init__.py b/trajectopy/__init__.py index 6104cce..56006a9 100644 --- a/trajectopy/__init__.py +++ b/trajectopy/__init__.py @@ -1,3 +1,3 @@ from trajectopy.api import * -__version__ = "2.2.0" \ No newline at end of file +__version__ = "2.2.1"