Skip to content

Commit

Permalink
Release v1.0.2
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
Jure Bajic committed May 21, 2021
1 parent f457aa8 commit 77dd03c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ Now, rewrite the exact same query by using the functionality of `gqlalchemy`.

```python

from gqlalchemy import Memgraph
from gqlalchemy.build import Match
from gqlalchemy import Match, Memgraph

memgraph = Memgraph()

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "GQLAlchemy"
version = "1.0.1"
version = "1.0.2"
description = "GQLAlchemy is library developed with purpose of assisting writing and running queries on Memgraph."
repository = "https://github.com/memgraph/gqlalchemy"
authors = [
Expand Down

0 comments on commit 77dd03c

Please sign in to comment.