From a8419cbcf0e00b6c4830b569b52358c1e81b8887 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cle=CC=81ment=20Doumouro?= Date: Fri, 30 Jun 2023 17:41:31 +0200 Subject: [PATCH] fix: bumpt version to 0.1.1 --- neo4j-app/pyproject.toml | 2 +- pom.xml | 2 +- version | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/neo4j-app/pyproject.toml b/neo4j-app/pyproject.toml index eeac5513..5d84fa8a 100644 --- a/neo4j-app/pyproject.toml +++ b/neo4j-app/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "neo4j_app" -version = "0.1.0" +version = "0.1.1" description = "neo4j backend for the Datashare extension" authors = ["ICIJ "] # TODO: add readme diff --git a/pom.xml b/pom.xml index f13de9fb..7773cd8a 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.icij.datashare datashare-extension-neo4j - 0.1.0 + 0.1.1 jar neo4j datashare extension diff --git a/version b/version index 6e8bf73a..17e51c38 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.1.0 +0.1.1