Skip to content

Commit

Permalink
Update to CuteKit 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepy-monax committed Jan 28, 2025
1 parent 5d8c2be commit 2604049
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Install CuteKit
run: |
pip install git+https://github.com/cute-engineering/cutekit.git@0.7.4
pip install git+https://github.com/cute-engineering/cutekit.git@0.8.0
pip install -r meta/plugins/requirements.txt
- name: Setup Pages
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.cutekit
.mypy_cache
__pycache__
.DS_Store
2 changes: 1 addition & 1 deletion meta/plugins/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from cutekit import ensure

ensure((0, 7, 0))
ensure((0, 8, 0))

import sys
import os
Expand Down
1 change: 1 addition & 0 deletions project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"$schema": "https://schemas.cute.engineering/stable/cutekit.manifest.project.v1",
"id": "cute-engineeering/cat",
"type": "project",
"version": "0.8.0",
"description": "A tiny static site generator for CuteKit projects."
}
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Just add the following piece of json to your `project.json` file:
"extern": {
"cute-engineering/cat": {
"git": "https://github.com/cute-engineering/cat.git",
"tag": "v0.7.0"
"tag": "v0.8.0"
},
}
}
Expand Down

0 comments on commit 2604049

Please sign in to comment.