test: all test pass, ready for deployment

This commit is contained in:
Alpha Nerd 2026-04-09 13:02:15 +02:00
parent 1f0890300d
commit 36b4c00e4d
Signed by: alpha-nerd
SSH key fingerprint: SHA256:QkkAgVoYi9TQ0UKPkiKSfnerZy2h4qhi3SVPXJmBN+M
2 changed files with 2 additions and 2 deletions

View file

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

View file

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