ver: bump #5

Merged
alpha-nerd merged 1 commit from sec-audit into main 2026-04-13 09:03:22 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit d9ade8b396 - Show all commits

View file

@ -51,6 +51,6 @@ try:
except ImportError:
pass
__version__ = "0.2.4"
__version__ = "0.2.5"
__author__ = "NOMYO AI"
__license__ = "Apache-2.0"

View file

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "nomyo"
version = "0.2.4"
version = "0.2.5"
description = "OpenAI-compatible secure chat client with end-to-end encryption for NOMYO Inference Endpoints"
authors = [
{name = "NOMYO.AI", email = "ichi@nomyo.ai"},