mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-17 09:11:03 +02:00
Build both packages to one container, bump version
This commit is contained in:
parent
b84124f177
commit
06ac734a33
4 changed files with 21 additions and 15 deletions
|
|
@ -1,10 +1,10 @@
|
|||
import setuptools
|
||||
import os
|
||||
|
||||
with open("../README.md", "r") as fh:
|
||||
with open("README.md", "r") as fh:
|
||||
long_description = fh.read()
|
||||
|
||||
version = "0.11.5"
|
||||
version = "0.11.6"
|
||||
|
||||
setuptools.setup(
|
||||
name="trustgraph-core",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue