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
|
|
@ -1,6 +1,6 @@
|
||||||
"""erldistpy — native Python client for our Erlang distribution protocol."""
|
"""erldistpy — native Python client for our Erlang distribution protocol."""
|
||||||
|
|
||||||
__version__ = "0.0.1"
|
__version__ = "0.1.0"
|
||||||
|
|
||||||
from erldistpy.channel import Channel, ChannelError, IncomingMessage
|
from erldistpy.channel import Channel, ChannelError, IncomingMessage
|
||||||
from erldistpy.epmd import EpmdError, EpmdInfo, lookup
|
from erldistpy.epmd import EpmdError, EpmdInfo, lookup
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "erldistpy"
|
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."
|
description = "Native Python client for Erlang distribution protocol — EPMD + v6 handshake + gen_server call(), no asyncio."
|
||||||
readme = { file = "README.md", content-type = "text/markdown" }
|
readme = { file = "README.md", content-type = "text/markdown" }
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue