- store grid as ints

- fix put and get
This commit is contained in:
Wim Pomp
2022-11-24 00:45:11 +01:00
parent 656a9f96f8
commit 91462bea57
3 changed files with 17 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
import os
import setuptools
version = '2022.11.0'
version = '2022.11.1'
with open('README.md', 'r') as fh:
long_description = fh.read()