Skip to content

Commit

Permalink
Version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arjun-menon committed Nov 26, 2024
1 parent 9dd3a62 commit 4f58b16
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 @@ -334,7 +334,7 @@ jobs:
steps:
- name: Generate Alteza Website
id: generate
uses: arjun-menon/alteza@v0.8.9
uses: arjun-menon/alteza@v0.9.0
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.9
pip install -q alteza==0.9.0
- 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.9"
version = "0.9.0"

name = "alteza"

Expand Down

0 comments on commit 4f58b16

Please sign in to comment.