Handle null values in state

This commit is contained in:
2021-01-10 20:56:46 -05:00
parent b845d96295
commit b2efaa99a4
3 changed files with 17 additions and 1 deletions

View File

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