Skip to content

Commit

Permalink
Version 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arjun-menon committed Nov 26, 2024
1 parent f66c83a commit 733537d
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 @@ -338,7 +338,7 @@ jobs:
steps:
- name: Generate Alteza Website
id: generate
uses: arjun-menon/[email protected].0
uses: arjun-menon/[email protected].1
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.9.0
pip install -q alteza==0.9.1
- name: Generate
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion alteza/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: str = "0.9.0"
version: str = "0.9.1"

name: str = "alteza"

Expand Down

0 comments on commit 733537d

Please sign in to comment.