Merge pull request 'ver: bump' (#5) from sec-audit into main
All checks were successful
Publish to PyPI / Build & Publish (docker-amd64, py3.10) (push) Successful in 41s
Publish to PyPI / Build & Publish (docker-arm64, py3.10) (push) Successful in 1m1s
Publish to PyPI / Build & Publish (docker-amd64, py3.11) (push) Successful in 44s
Publish to PyPI / Build & Publish (docker-arm64, py3.11) (push) Successful in 59s
Publish to PyPI / Build & Publish (docker-amd64, py3.12) (push) Successful in 42s
Publish to PyPI / Build & Publish (docker-arm64, py3.12) (push) Successful in 54s
All checks were successful
Publish to PyPI / Build & Publish (docker-amd64, py3.10) (push) Successful in 41s
Publish to PyPI / Build & Publish (docker-arm64, py3.10) (push) Successful in 1m1s
Publish to PyPI / Build & Publish (docker-amd64, py3.11) (push) Successful in 44s
Publish to PyPI / Build & Publish (docker-arm64, py3.11) (push) Successful in 59s
Publish to PyPI / Build & Publish (docker-amd64, py3.12) (push) Successful in 42s
Publish to PyPI / Build & Publish (docker-arm64, py3.12) (push) Successful in 54s
Reviewed-on: https://bitfreedom.net/code/code/nomyo-ai/nomyo/pulls/5
This commit is contained in:
commit
85426b365d
2 changed files with 2 additions and 2 deletions
|
|
@ -51,6 +51,6 @@ try:
|
|||
except ImportError:
|
||||
pass
|
||||
|
||||
__version__ = "0.2.4"
|
||||
__version__ = "0.2.5"
|
||||
__author__ = "NOMYO AI"
|
||||
__license__ = "Apache-2.0"
|
||||
|
|
|
|||
|
|
@ -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"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue