Compare commits

...

1 commit
v0.2.7 ... main

Author SHA1 Message Date
1330a1068f
bump: version
All checks were successful
Publish to PyPI / publish (push) Successful in 14s
2026-04-18 15:48:21 +02:00
2 changed files with 2 additions and 2 deletions

View file

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

View file

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