Skip to content

Commit

Permalink
Version 0.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
arjun-menon committed Sep 19, 2024
1 parent f268de0 commit 3a20eb2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ jobs:
steps:
- name: Generate Alteza Website
id: generate
uses: arjun-menon/[email protected].7
uses: arjun-menon/[email protected].8
with:
path: .
```
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:
# release that is limited to documentation and `action.yml`.
#
# pip install -q git+https://github.com/arjun-menon/alteza.git@master
pip install -q alteza==0.8.7
pip install -q alteza==0.8.8
- name: Generate
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

version = "0.8.7"
version = "0.8.8"

name = "alteza"

Expand Down

0 comments on commit 3a20eb2

Please sign in to comment.