diff --git a/Cargo.toml b/Cargo.toml index d0d13f4..74bd8cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reasonable" -version = "0.2.1-alpha6" +version = "0.2.1-alpha7" authors = ["Gabe Fierro "] repository = "https://github.com/gtfierro/reasonable" homepage = "https://brickschema.org/" diff --git a/pyproject.toml b/pyproject.toml index 3c606e4..94ff66c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "reasonable" -version = "0.2.1-a6" +version = "0.2.1-a7" description = "Python interface to 'reasonable', a Datalog implementation of the OWL 2 RL profile" authors = ["Gabe Fierro "] license = "bsd-3-clause"