From aa5e6369d0571e80c70dccc9b8d88f9f57d91a75 Mon Sep 17 00:00:00 2001 From: LemurPwned Date: Sat, 4 Jan 2025 17:33:39 +0100 Subject: [PATCH] main workflow fix --- .github/workflows/release.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 229bfb9..07d844f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -95,4 +95,4 @@ jobs: push: true tags: | ${{ env.REGISTRY }}/cypher-shell:latest - ${{ env.REGISTRY }}/cypher-shell:${RELEASE_VERSION} + ${{ env.REGISTRY }}/cypher-shell:${{ env.RELEASE_VERSION }} diff --git a/pyproject.toml b/pyproject.toml index 7e81236..9baf66e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "cypher-shell" description = "Cypher Shell -- a shell for querying Neo4j with Cypher" url = "https://github.com/LemurPwned/cypher-shell" -version = "0.4" +version = "0.5" authors = [ { name = "LemurPwned", email = "lemurpwned@gmail.com" } ]