From 4b3e1c6fec4146bbf730cc2b19c517a050e93218 Mon Sep 17 00:00:00 2001 From: Amir Mehr Date: Wed, 17 Jul 2024 11:39:49 -0600 Subject: [PATCH] fix: update lisence. --- .github/workflows/pypi-release.yml | 2 ++ py/pyproject.toml | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index 8e33f70..df9583a 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -23,6 +23,8 @@ jobs: - name: Pin python-version ${{ matrix.python-version }} working-directory: py run: rye pin ${{ matrix.python-version }} + - name: Update Rye + run: rye self update - name: Install dependencies working-directory: py run: rye sync --no-lock diff --git a/py/pyproject.toml b/py/pyproject.toml index 2c9972b..d6d2714 100644 --- a/py/pyproject.toml +++ b/py/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "zenbase" -version = "0.0.4rc5" +version = "0.0.4rc6" description = "LLMs made Zen" authors = [{ name = "Cyrus Nouroozi", email = "cyrus@zenbase.ai" }] dependencies = [ @@ -16,6 +16,7 @@ dependencies = [ ] readme = "README.md" requires-python = ">= 3.10" +lisence = "MIT" [build-system] requires = ["hatchling"]