diff --git a/setup.py b/setup.py index 2bba7c6..f9c8ee0 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="remerkleable", description="Typed mutable SSZ views over cached and immutable binary merkle trees", - version="0.1.26", + version="0.1.27", long_description=readme, long_description_content_type="text/x-rst", author="protolambda",