Skip to content
Snippets Groups Projects
Commit 9bdd2cbb authored by Ingo Meyer's avatar Ingo Meyer
Browse files

Increase the version number to `0.4.2`

parent 932f6694
No related branches found
No related tags found
No related merge requests found
Pipeline #24690 passed
......@@ -5,5 +5,5 @@ from __future__ import division
from __future__ import print_function
from __future__ import unicode_literals
__version_info__ = (0, 4, 1)
__version_info__ = (0, 4, 2)
__version__ = '.'.join(map(str, __version_info__))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment