From 15c915108bef9d324db80c9b7f032c8b5f705983 Mon Sep 17 00:00:00 2001 From: Marton Havasi Date: Wed, 18 Dec 2024 15:01:49 +0000 Subject: [PATCH] minor version bump: 1.0.10 --- flow_matching/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flow_matching/__init__.py b/flow_matching/__init__.py index 7975227..719ae05 100644 --- a/flow_matching/__init__.py +++ b/flow_matching/__init__.py @@ -4,4 +4,4 @@ # This source code is licensed under the CC-by-NC license found in the # LICENSE file in the root directory of this source tree. -__version__ = "1.0.9" +__version__ = "1.0.10"