Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
j6k4m8 committed Oct 1, 2021
1 parent fe3cb33 commit 8cab4cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions grandcypher/__init__.py
Expand Up @@ -96,6 +96,7 @@
start="start",
)

__version__ = "0.1.1"

class _GrandCypherTransformer(Transformer):
def __init__(self, target_graph: nx.Graph):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name="grand-cypher",
version="0.1.0",
version="0.1.1",
author="Jordan Matelsky",
author_email="opensource@matelsky.com",
description="Query Grand graphs using Cypher",
Expand Down

0 comments on commit 8cab4cb

Please sign in to comment.