From 3063d1ee1005a9ee5df4adf88fb287a8b0fcfa87 Mon Sep 17 00:00:00 2001 From: LoserCheems <3314685395@qq.com> Date: Sun, 21 Sep 2025 10:04:42 +0800 Subject: [PATCH] Bump version to 1.1.8 --- flash_dmattn/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flash_dmattn/__init__.py b/flash_dmattn/__init__.py index 2c7a235..2461a20 100644 --- a/flash_dmattn/__init__.py +++ b/flash_dmattn/__init__.py @@ -2,7 +2,7 @@ from typing import Optional -__version__ = "1.1.0" +__version__ = "1.1.8" # Import CUDA functions when available