Release 1.8.5

This commit is contained in:
mathieui
2024-02-02 01:59:31 +01:00
parent 7128ea249b
commit 5226858e0c
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.4'
__version_info__ = (1, 8, 4)
__version__ = '1.8.5'
__version_info__ = (1, 8, 5)