Parameters, Parsing, renaming YAMLs and Neo4j YAMLS (#15)

* Added some params
* Parameter updates
* Fixed Neo4j issue
This commit is contained in:
Jack Colquitt 2024-08-21 16:03:56 -07:00 committed by GitHub
parent 7d00a53711
commit c4bfd9fc8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
25 changed files with 2258 additions and 200 deletions

View file

@ -4,7 +4,7 @@ import os
with open("README.md", "r") as fh:
long_description = fh.read()
version = "0.6.8"
version = "0.6.9"
setuptools.setup(
name="trustgraph",