Skip to content

Commit d55e83c

Browse files
authored
Merge pull request #8 from LemurPwned/feat/query-optim
main workflow fix
2 parents 72518be + aa5e636 commit d55e83c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ jobs:
9595
push: true
9696
tags: |
9797
${{ env.REGISTRY }}/cypher-shell:latest
98-
${{ env.REGISTRY }}/cypher-shell:${RELEASE_VERSION}
98+
${{ env.REGISTRY }}/cypher-shell:${{ env.RELEASE_VERSION }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cypher-shell"
33
description = "Cypher Shell -- a shell for querying Neo4j with Cypher"
44
url = "https://github.com/LemurPwned/cypher-shell"
5-
version = "0.4"
5+
version = "0.5"
66
authors = [
77
{ name = "LemurPwned", email = "lemurpwned@gmail.com" }
88
]

0 commit comments

Comments
 (0)