From f83c578fdc85d4e1c5cd8f9791b7fe3d309bd6c9 Mon Sep 17 00:00:00 2001 From: ringsaturn Date: Sat, 26 Oct 2024 12:25:09 +0800 Subject: [PATCH] bump version --- cyeva/__init__.py | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cyeva/__init__.py b/cyeva/__init__.py index 288b6ca..4964d81 100644 --- a/cyeva/__init__.py +++ b/cyeva/__init__.py @@ -1,3 +1,3 @@ from .core import * # noqa -__version__ = "0.2.2" +__version__ = "0.2.3" diff --git a/uv.lock b/uv.lock index ceb3380..a9ea791 100644 --- a/uv.lock +++ b/uv.lock @@ -116,7 +116,7 @@ toml = [ [[package]] name = "cyeva" -version = "0.2.2" +version = "0.2.3" source = { editable = "." } dependencies = [ { name = "numpy" },