From 942215de79b7f2f83e40851be89ae34bbd20b438 Mon Sep 17 00:00:00 2001 From: dnth Date: Wed, 13 Nov 2024 13:11:11 +0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.0=20=E2=86=92=200.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- xinfer/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cfdf6c2..8cd102c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "xinfer" -version = "0.3.0" +version = "0.3.1" dynamic = [ "dependencies", ] @@ -48,7 +48,7 @@ universal = true [tool.bumpversion] -current_version = "0.3.0" +current_version = "0.3.1" commit = true tag = true diff --git a/xinfer/__init__.py b/xinfer/__init__.py index 61b9e4c..04e6cf6 100644 --- a/xinfer/__init__.py +++ b/xinfer/__init__.py @@ -2,7 +2,7 @@ __author__ = """Dickson Neoh""" __email__ = "dickson.neoh@gmail.com" -__version__ = "0.3.0" +__version__ = "0.3.1" from .core import create_model, list_models from .model_registry import register_model