Mercurial > code > home > repos > rdfdb
changeset 115:489e341f765d 0.24.0
release 0.24.0
author | drewp@bigasterisk.com |
---|---|
date | Thu, 24 Nov 2022 20:41:06 -0800 |
parents | bd3ae09e3312 |
children | f418e9a7a3b6 |
files | pyproject.toml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/pyproject.toml Wed Jun 01 16:55:05 2022 -0700 +++ b/pyproject.toml Thu Nov 24 20:41:06 2022 -0800 @@ -1,9 +1,9 @@ [project] name = "rdfdb" -version = "0.23.0" +version = "0.24.0" description = "" authors = [{ name = "Drew Perttula", email = "drewp@bigasterisk.com" }] -license-expression = "MIT" +license = "MIT" dependencies = [ 'rdflib', 'autobahn',