Release 1.8.4

This commit is contained in:
mathieui
2023-05-28 12:59:22 +02:00
parent 8787aa1064
commit bcbc7281e7
2 changed files with 9 additions and 2 deletions

View File

@@ -5,5 +5,5 @@
# We don't want to have to import the entire library
# just to get the version info for setup.py
__version__ = '1.8.3'
__version_info__ = (1, 8, 3)
__version__ = '1.8.4'
__version_info__ = (1, 8, 4)