From 0aaef79635d1f0e581ae41ef176d4f6a6d9cbe28 Mon Sep 17 00:00:00 2001 From: thomasvrussell Date: Mon, 23 Sep 2024 08:15:05 -0400 Subject: [PATCH] Update __init__.py --- sfft/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sfft/__init__.py b/sfft/__init__.py index d83cfd3..33f21e4 100644 --- a/sfft/__init__.py +++ b/sfft/__init__.py @@ -12,6 +12,7 @@ from sfft.sfftcore.SFFTSubtract import GeneralSFFTSubtract """ +__version__ = "1.6.1" from .PureCupyCustomizedPacket import PureCupy_Customized_Packet from .CustomizedPacket import Customized_Packet from .AutoSparsePrep import Auto_SparsePrep