Skip to content

Commit 6800ac6

Browse files
committed
publish 0.1.7 to support python 3.8.2
1 parent ddf449c commit 6800ac6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "reasonable"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
authors = ["Gabe Fierro <[email protected]>"]
55
repository = "https://github.com/gtfierro/reasonable"
66
homepage = "https://brickschema.org/"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
PY36_VERSION=3.6.10
44
PY37_VERSION=3.7.6
5-
PY38_VERSION=3.8.1
5+
PY38_VERSION=3.8.2
66
PY36_PATH=$(shell pyenv prefix $(PY36_VERSION))
77
PY37_PATH=$(shell pyenv prefix $(PY37_VERSION))
88
PY38_PATH=$(shell pyenv prefix $(PY38_VERSION))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "reasonable"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
description = "Python interface to 'reasonable', a Datalog implementation of the OWL 2 RL profile"
55
authors = ["Gabe Fierro <[email protected]>"]
66
license = "bsd-3-clause"

0 commit comments

Comments
 (0)