Skip to content

Commit

Permalink
Release: 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
BobaZooba committed Dec 6, 2023
1 parent ddb3b52 commit e243b9c
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 @@ -62,7 +62,7 @@
# Setup
setup(
name="xllm",
version="0.1.7-dev",
version="0.1.8",
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.1.7-dev"
__version__ = "0.1.8"

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

0 comments on commit e243b9c

Please sign in to comment.