From 2adef593b988f6a96694264a5a5e175953f84c7c Mon Sep 17 00:00:00 2001 From: Bluemi Date: Mon, 16 Dec 2024 16:27:40 +0100 Subject: [PATCH] v0.1.6 --- c_python/src/vc_flas/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c_python/src/vc_flas/__init__.py b/c_python/src/vc_flas/__init__.py index c17009e..b82b6c8 100644 --- a/c_python/src/vc_flas/__init__.py +++ b/c_python/src/vc_flas/__init__.py @@ -6,7 +6,7 @@ import flas_cpp -__version__ = "0.1.5" +__version__ = "0.1.6" class Grid: