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" } ]