Bump version to 0.114.0

This commit is contained in:
Ben van Hartingsveldt 2024-08-19 09:47:30 +02:00
parent e7666f4894
commit dc280b71d4
No known key found for this signature in database
GPG key ID: 261AA214130CE7AB

View file

@ -1,2 +1,2 @@
__version__ = "0.113.0"
__version__ = "0.114.0"
version = tuple(map(int, __version__.split('.'))) # pylint: disable=invalid-name