We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72518be + aa5e636 commit d55e83cCopy full SHA for d55e83c
.github/workflows/release.yml
@@ -95,4 +95,4 @@ jobs:
95
push: true
96
tags: |
97
${{ env.REGISTRY }}/cypher-shell:latest
98
- ${{ env.REGISTRY }}/cypher-shell:${RELEASE_VERSION}
+ ${{ env.REGISTRY }}/cypher-shell:${{ env.RELEASE_VERSION }}
pyproject.toml
@@ -2,7 +2,7 @@
2
name = "cypher-shell"
3
description = "Cypher Shell -- a shell for querying Neo4j with Cypher"
4
url = "https://github.com/LemurPwned/cypher-shell"
5
-version = "0.4"
+version = "0.5"
6
authors = [
7
{ name = "LemurPwned", email = "lemurpwned@gmail.com" }
8
]
0 commit comments