From f35dda525f7edea5d54ca0b0d8e4fd1e8e31a42a Mon Sep 17 00:00:00 2001 From: Kentaro Ozeki <32771324+ozekik@users.noreply.github.com> Date: Sat, 24 Oct 2020 04:20:41 +0900 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 21900b6..266b2f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -204,7 +204,7 @@ checksum = "2448f6066e80e3bfc792e9c98bf705b4b0fc6e8ef5b43e5889aff0eaa9c58743" [[package]] name = "lightrdf" -version = "0.1.1" +version = "0.2.0" dependencies = [ "oxiri", "pyo3", diff --git a/Cargo.toml b/Cargo.toml index 766d183..ced2153 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lightrdf" -version = "0.1.1" +version = "0.2.0" authors = ["Kentaro Ozeki <32771324+ozekik@users.noreply.github.com>"] description = "A fast and lightweight Python RDF parser which wraps bindings to Rust's Rio using PyO3" edition = "2018" diff --git a/pyproject.toml b/pyproject.toml index 5d39c0b..3734386 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lightrdf" -version = "0.1.1" +version = "0.2.0" description = "A fast and lightweight Python RDF parser which wraps bindings to Rust's Rio using PyO3" authors = ["Kentaro Ozeki "] license = "Apache-2.0"