bump to v0.1.0 for first PyPI release
7 phases shipped: ETF codec, EPMD client, v6 handshake (MD5 cookie), data channel (4-byte framing), gen_call protocol, TLS dist (inet_tls_dist), unfeed integration. Maps + cross-stack validation through wallet.unsandbox.com's test pyramid. 122 tests across unit / handshake / channel / node / tls / etf-maps. Tag this commit with vX.Y.Z and push the tag — CI's pypi-twine stage takes over from there.
This commit is contained in:
parent
001a471549
commit
e8f905f2d8
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||
|
||||
[project]
|
||||
name = "erldistpy"
|
||||
version = "0.0.1"
|
||||
version = "0.1.0"
|
||||
description = "Native Python client for Erlang distribution protocol — EPMD + v6 handshake + gen_server call(), no asyncio."
|
||||
readme = { file = "README.md", content-type = "text/markdown" }
|
||||
requires-python = ">=3.10"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue