From 15465448ebce6c3f9b7ae79c1c9712b1ac075003 Mon Sep 17 00:00:00 2001 From: Gabriel Lindeblad Date: Thu, 25 Apr 2024 09:42:07 +0200 Subject: [PATCH] Version numbering fix Signed-off-by: Gabriel Lindeblad --- .github/workflows/publish.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"}]