diff --git a/pyproject.toml b/pyproject.toml index 76440ab..cfdf6c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "xinfer" -version = "0.2.1" +version = "0.3.0" dynamic = [ "dependencies", ] @@ -48,7 +48,7 @@ universal = true [tool.bumpversion] -current_version = "0.2.1" +current_version = "0.3.0" commit = true tag = true diff --git a/xinfer/__init__.py b/xinfer/__init__.py index c0c329f..61b9e4c 100644 --- a/xinfer/__init__.py +++ b/xinfer/__init__.py @@ -2,7 +2,7 @@ __author__ = """Dickson Neoh""" __email__ = "dickson.neoh@gmail.com" -__version__ = "0.2.1" +__version__ = "0.3.0" from .core import create_model, list_models from .model_registry import register_model