Skip to content

Commit

Permalink
Release: 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
BobaZooba committed Nov 13, 2023
1 parent 80a0802 commit 07e69d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
# Setup
setup(
name="xllm",
version="0.0.2",
version="0.0.5",
description="Simple & Cutting Edge LLM Finetuning",
license_files=["LICENSE"],
long_description=open("README.md", "r", encoding="utf-8").read(),
Expand Down
2 changes: 1 addition & 1 deletion src/xllm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# ruff: noqa: F401

__version__ = "0.0.2"
__version__ = "0.0.5"

from . import enums, types
from .cli.fuse import cli_run_fuse
Expand Down

0 comments on commit 07e69d4

Please sign in to comment.