mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 00:16:23 +02:00
Fix neo4j (#29)
* - Fix Neo4j memory - Fix neo4j query * Version to 0.7.6
This commit is contained in:
parent
8372ff0eb6
commit
e7c498be92
18 changed files with 229 additions and 229 deletions
2
setup.py
2
setup.py
|
|
@ -4,7 +4,7 @@ import os
|
|||
with open("README.md", "r") as fh:
|
||||
long_description = fh.read()
|
||||
|
||||
version = "0.7.5"
|
||||
version = "0.7.6"
|
||||
|
||||
setuptools.setup(
|
||||
name="trustgraph",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue