diff --git a/README.md b/README.md index d675026..a535980 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ jobs: steps: - name: Generate Alteza Website id: generate - uses: arjun-menon/alteza@v0.8.1 + uses: arjun-menon/alteza@v0.8.2 with: path: . ``` diff --git a/action.yml b/action.yml index 317614e..79bd67b 100644 --- a/action.yml +++ b/action.yml @@ -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 diff --git a/setup.py b/setup.py index 8d02edc..8c79b92 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -version = "0.8.1" +version = "0.8.2" name = "alteza"