Fix bedrock replace (#56)

* Fix replace ignoring first output

* Bump version
This commit is contained in:
cybermaggedon 2024-09-05 20:00:38 +01:00 committed by GitHub
parent ddd8cc90e5
commit 3445759598
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 253 additions and 253 deletions

View file

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