Skip to content

Commit

Permalink
publish 0.1.7 to support python 3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gtfierro committed Apr 7, 2020
1 parent ddf449c commit 6800ac6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "reasonable"
version = "0.1.6"
version = "0.1.7"
authors = ["Gabe Fierro <[email protected]>"]
repository = "https://github.com/gtfierro/reasonable"
homepage = "https://brickschema.org/"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "bsd-3-clause"
Expand Down

0 comments on commit 6800ac6

Please sign in to comment.