From 24f75c099249948b05e333a97a9deb099e64e39b Mon Sep 17 00:00:00 2001 From: Tianqi Xu Date: Wed, 31 Jul 2024 14:24:21 +0300 Subject: [PATCH] Release 0.1.2 --- crab/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crab/__init__.py b/crab/__init__.py index adad73b..e57a455 100644 --- a/crab/__init__.py +++ b/crab/__init__.py @@ -14,4 +14,4 @@ # ruff: noqa: F403 from .core import * -__version__ = "0.1.1" +__version__ = "0.1.2"