Skip to content

Commit 4b4a43b

Browse files
committed
Update package version
1 parent 1f6151a commit 4b4a43b

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

changelog.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Changes in 0.4.2
1+
# Changes in 0.4.3
22

33

44
## Breaking changes
@@ -9,9 +9,6 @@
99

1010
## Bug fixes
1111

12-
* Fixed a bug with `from_gds` where graphs with different relationship types would fail if they had different properties.
13-
* Fixed a bug with `from_gds` where the additional property would be skipped if its also defined as the size property.
14-
1512

1613
## Improvements
1714

python-wrapper/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "neo4j-viz"
7-
version = "0.4.2"
7+
version = "0.4.3"
88
description = "A simple graph visualization tool"
99
readme = "README.md"
1010
authors = [{ name = "Neo4j", email = "[email protected]" }]

0 commit comments

Comments
 (0)