Skip to content

Commit 860a69e

Browse files
committed
Version 0.8.4
1 parent a3aca76 commit 860a69e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
steps:
147147
- name: Generate Alteza Website
148148
id: generate
149-
uses: arjun-menon/[email protected].3
149+
uses: arjun-menon/[email protected].4
150150
with:
151151
path: .
152152
```

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ runs:
3838
# release that is limited to documentation and `action.yml`.
3939
#
4040
# pip install -q git+https://github.com/arjun-menon/alteza.git@master
41-
pip install -q alteza==0.8.3
41+
pip install -q alteza==0.8.4
4242
4343
- name: Generate
4444
shell: bash

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

3-
version = "0.8.3"
3+
version = "0.8.4"
44

55
name = "alteza"
66

0 commit comments

Comments
 (0)