Handle bool values in state

This commit is contained in:
2021-01-10 21:26:34 -05:00
parent b2efaa99a4
commit 58d150279f
3 changed files with 17 additions and 1 deletions

View File

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