Bugfix in reading carpets

This commit is contained in:
Wim Pomp
2022-12-09 16:50:05 +01:00
parent 5e068e7374
commit 3d072993cc
2 changed files with 8 additions and 10 deletions

View File

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