Build both packages to one container, bump version

This commit is contained in:
Cyber MacGeddon 2024-09-30 13:58:39 +01:00
parent b84124f177
commit 06ac734a33
4 changed files with 21 additions and 15 deletions

View file

@ -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",