We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47672c5 commit a956750Copy full SHA for a956750
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# 5.0
2
+
3
+This is a breaking release.
4
5
+- Migrate project to new `pyproject.toml` standard from `setup.py`/`requirements.txt`.
6
+- As part of migration, top-level `__version__` variable was dropped from the package.
7
8
# 4.0
9
10
This is a breaking release.
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "bip32"
-version = "4.0.0"
+version = "5.0.0"
dependencies = [
"coincurve>=15.0,<21",
]
0 commit comments