Fix tests, add pydantic row support for PersistentState

This commit is contained in:
2023-02-25 15:20:17 -05:00
parent 826312115c
commit a7b1a6e1ec
5 changed files with 157 additions and 11 deletions

View File

@@ -2,7 +2,7 @@ from setuptools import setup
setup(
name="hexlib",
version="1.81",
version="1.82",
description="Misc utility methods",
author="simon987",
author_email="me@simon987.net",