This commit is contained in:
Wim Pomp
2022-12-01 14:41:58 +01:00
parent 5afa20b78a
commit 5e068e7374
2 changed files with 3 additions and 3 deletions

View File

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