Skip to content

Commit

Permalink
Version 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arjun-menon committed Aug 3, 2024
1 parent 071f72a commit 93f296b
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 @@ -146,7 +146,7 @@ jobs:
steps:
- name: Generate Alteza Website
id: generate
uses: arjun-menon/[email protected].1
uses: arjun-menon/[email protected].2
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.1
pip install -q alteza==0.8.2
- 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.1"
version = "0.8.2"

name = "alteza"

Expand Down

0 comments on commit 93f296b

Please sign in to comment.