aboutsummaryrefslogtreecommitdiffstats
path: root/packages/meshbay-common/src/meshbay_common/__init__.py
diff options
context:
space:
mode:
authorChristophe Besson <cbesson@gmail.com>2026-09-25 13:04:33 +0200
committerChristophe Besson <cbesson@gmail.com>2026-09-25 13:05:19 +0200
commit10c58792c7591accdb84c92201f77843ec39ee7b (patch)
tree386a4c0119a7742a6b729c02dd01688f3ce1df8c /packages/meshbay-common/src/meshbay_common/__init__.py
parent359e22540bc58a7fc222d2b38f7ec221e1a9febe (diff)
downloadmeshbay-main.tar.gz
chore: bump version to 0.16.0HEAD0.16main
Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
Diffstat (limited to 'packages/meshbay-common/src/meshbay_common/__init__.py')
-rw-r--r--packages/meshbay-common/src/meshbay_common/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/meshbay-common/src/meshbay_common/__init__.py b/packages/meshbay-common/src/meshbay_common/__init__.py
index 77e6fac..216a18f 100644
--- a/packages/meshbay-common/src/meshbay_common/__init__.py
+++ b/packages/meshbay-common/src/meshbay_common/__init__.py
@@ -1,6 +1,6 @@
"""MeshBay common — shared crypto primitives and protocol types."""
-__version__ = "0.15.0"
+__version__ = "0.16.0"
# 0.2: added PING/PONG, and `before`/`has_more` on chat history. Both are
# additive — an 0.1 peer sends no `before` and gets the newest page, which is
# what it wanted — so this is a MINOR bump, not a MAJOR one.