Skip to content

Commit e51f597

Browse files
committed
v1.0.2
1 parent 0d702b4 commit e51f597

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
from typing import Optional
3434

3535
# Version
36-
__version__ = "1.0.0"
36+
__version__ = "1.0.2"
3737

3838
# Configuration
3939
DOCKER_IMAGE = "joshxt/ezlocalai:latest"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ezlocalai"
7-
version = "1.0.0"
7+
version = "1.0.2"
88
description = "Local AI inference made easy - LLM, Vision, TTS, STT, and Image Generation"
99
readme = "README.md"
1010
license = {text = "MIT"}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="ezlocalai",
13-
version="1.0.1",
13+
version="1.0.2",
1414
description="ezlocalai is an easy to set up local multimodal artificial intelligence server with OpenAI Style Endpoints.",
1515
long_description=long_description,
1616
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)