From 6800ac634460fbd284a972a7c4bee282277f6075 Mon Sep 17 00:00:00 2001 From: Gabe Fierro Date: Tue, 7 Apr 2020 13:15:34 -0700 Subject: [PATCH] publish 0.1.7 to support python 3.8.2 --- Cargo.toml | 2 +- Makefile | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 77f12f4..b4e1eb1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reasonable" -version = "0.1.6" +version = "0.1.7" authors = ["Gabe Fierro "] repository = "https://github.com/gtfierro/reasonable" homepage = "https://brickschema.org/" diff --git a/Makefile b/Makefile index 52d4413..ac7ff1a 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PY36_VERSION=3.6.10 PY37_VERSION=3.7.6 -PY38_VERSION=3.8.1 +PY38_VERSION=3.8.2 PY36_PATH=$(shell pyenv prefix $(PY36_VERSION)) PY37_PATH=$(shell pyenv prefix $(PY37_VERSION)) PY38_PATH=$(shell pyenv prefix $(PY38_VERSION)) diff --git a/pyproject.toml b/pyproject.toml index 480995d..a74ae22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "reasonable" -version = "0.1.6" +version = "0.1.7" description = "Python interface to 'reasonable', a Datalog implementation of the OWL 2 RL profile" authors = ["Gabe Fierro "] license = "bsd-3-clause"