Skip to content

Commit c68cf8c

Browse files
committed
Prepare for 1.0 release
1 parent 97b66c8 commit c68cf8c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Changes in 0.7.1
1+
# Changes in 1.0.0
22

33
## Breaking changes
44

python-wrapper/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "neo4j-viz"
7-
version = "0.7.1"
7+
version = "1.0.0"
88
description = "A simple graph visualization tool"
99
readme = "README.md"
1010
authors = [{ name = "Neo4j", email = "[email protected]" }]
1111
license = "GPL-3.0-only"
1212
license-files = [ "LICENSE" ]
1313
classifiers = [
14-
"Development Status :: 3 - Alpha",
14+
"Development Status :: 5 - Production/Stable",
1515
"Intended Audience :: Developers",
1616
"Intended Audience :: Science/Research",
1717
"Operating System :: OS Independent",
@@ -75,7 +75,7 @@ notebook = [
7575
Homepage = "https://neo4j.com/"
7676
Repository = "https://github.com/neo4j/python-graph-visualization"
7777
Issues = "https://github.com/neo4j/python-graph-visualization/issues"
78-
Documentation = "https://neo4j.com/docs/nvl-python/preview"
78+
Documentation = "https://neo4j.com/docs/python-graph-visualization/"
7979

8080
[tool.setuptools]
8181
include-package-data = true

0 commit comments

Comments
 (0)