We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24c7c2d commit dd5987bCopy full SHA for dd5987b
2 files changed
CHANGES.rst
@@ -2,7 +2,7 @@
2
Changes
3
=======
4
5
-1.3.0 (unreleased)
+2.0.0 (unreleased)
6
------------------
7
8
- Refactor package layout to use ``pyproject.toml`` and implecit namespace packages.
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "node"
-version = "1.3.0.dev0"
+version = "2.0.0.dev0"
description = "Building data structures as node trees"
9
readme = "README.rst"
10
license = {text = "Simplified BSD"}
0 commit comments