Cannot access s error (#50)

* Fix order of statements error
* Bump version
* Update templates
* Add missing script files
* Added missing DE support init
* Fixed bugs preventing definition extraction from working (#49).
This commit is contained in:
cybermaggedon 2024-09-03 22:10:48 +01:00 committed by GitHub
parent 208c219962
commit af5508ff68
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 270 additions and 255 deletions

View file

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