Skip to content

Commit

Permalink
fix: bumpt version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ClemDoum committed Jul 10, 2023
1 parent 9476fa3 commit a8419cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion neo4j-app/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
# TODO: add readme
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.icij.datashare</groupId>
<artifactId>datashare-extension-neo4j</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
<packaging>jar</packaging>

<name>neo4j datashare extension</name>
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1

0 comments on commit a8419cb

Please sign in to comment.