mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-29 17:25:15 +02:00
- Version to 0.7.0 (#19)
- Tweak Containerfile to add more dependencies, speed up container build.
This commit is contained in:
parent
1297cdb1d0
commit
86cbe7f929
12 changed files with 142 additions and 141 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.6.10"
|
||||
version = "0.7.0"
|
||||
|
||||
setuptools.setup(
|
||||
name="trustgraph",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue