Skip to content

Commit

Permalink
Bump version: 0.3.1 → 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dnth committed Nov 20, 2024
1 parent 45f3588 commit 8beddc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "xinfer"
version = "0.3.1"
version = "0.3.2"
description = "Framework agnostic computer vision inference. Run 1000+ models by changing only one line of code. Supports models from transformers, timm, ultralytics, vllm, ollama and your custom model."
readme = "README.md"
requires-python = ">=3.10"
Expand Down Expand Up @@ -47,7 +47,7 @@ universal = true


[tool.bumpversion]
current_version = "0.3.1"
current_version = "0.3.2"
commit = true
tag = true

Expand Down
2 changes: 1 addition & 1 deletion xinfer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Dickson Neoh"""
__email__ = "[email protected]"
__version__ = "0.3.1"
__version__ = "0.3.2"

from .core import create_model, list_models
from .model_registry import register_model
Expand Down

0 comments on commit 8beddc6

Please sign in to comment.