diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cd04fec..099f73e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -116,7 +116,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.RELEASE }} run: >- gh release create - 'v1.3.5' + 'v1.5.4' --repo '${{ github.repository }}' --generate-notes - name: Upload artifact signatures to GitHub Release diff --git a/pyproject.toml b/pyproject.toml index a27038a..29a5bef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "AES_Python" -version = "v1.5.3" +version = "v1.5.4" description = "AES (Advanced Encryption Standard) implementation in Python-3" readme = "README.md" authors = [{name = "Gabriel Lindeblad", email = "Gabriel.Lindeblad@icloud.com"}]