Skip to content

Commit

Permalink
fix: update lisence.
Browse files Browse the repository at this point in the history
  • Loading branch information
ammirsm committed Jul 17, 2024
1 parent 2a09f69 commit 4b3e1c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion py/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "zenbase"
version = "0.0.4rc5"
version = "0.0.4rc6"
description = "LLMs made Zen"
authors = [{ name = "Cyrus Nouroozi", email = "[email protected]" }]
dependencies = [
Expand All @@ -16,6 +16,7 @@ dependencies = [
]
readme = "README.md"
requires-python = ">= 3.10"
lisence = "MIT"

[build-system]
requires = ["hatchling"]
Expand Down

0 comments on commit 4b3e1c6

Please sign in to comment.