From e8f5e0e6abeef07beecfae7285963b3588454311 Mon Sep 17 00:00:00 2001 From: Tri Dao Date: Sun, 26 May 2024 12:07:37 -0700 Subject: [PATCH] Bump to v1.2.2 --- causal_conv1d/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/causal_conv1d/__init__.py b/causal_conv1d/__init__.py index 92e2d4a..1cc8403 100644 --- a/causal_conv1d/__init__.py +++ b/causal_conv1d/__init__.py @@ -1,3 +1,3 @@ -__version__ = "1.2.1" +__version__ = "1.2.2" from causal_conv1d.causal_conv1d_interface import causal_conv1d_fn, causal_conv1d_update