Skip to content

Commit

Permalink
Merge pull request #8 from LemurPwned/feat/query-optim
Browse files Browse the repository at this point in the history
main workflow fix
  • Loading branch information
LemurPwned authored Jan 4, 2025
2 parents 72518be + aa5e636 commit d55e83c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
]
Expand Down

0 comments on commit d55e83c

Please sign in to comment.