Skip to content

Commit 6f603da

Browse files
committed
prep
1 parent e344f4a commit 6f603da

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@
44

55
### Changed
66

7-
* Make `num_groups` optional parameter in ingest function. Allows for improved performance.
8-
97
### Added
108

9+
## 0.3.1
10+
11+
### Changed
12+
13+
* Make `num_groups` optional parameter in ingest function. Allows for improved performance.
14+
1115
## 0.3.0
1216

1317
### Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "neo4j-parallel-spark-loader"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "Load relationships in parallel into Neo4j using Spark"
55
authors = ["Alex Gilmore", "Nathan Smith"]
66
readme = "README.md"

0 commit comments

Comments
 (0)