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

Increase the version number to `0.4.3`

parent dcadbb30
No related branches found
No related tags found
No related merge requests found
Pipeline #24694 passed
......@@ -5,5 +5,5 @@ from __future__ import division
from __future__ import print_function
from __future__ import unicode_literals
__version_info__ = (0, 4, 2)
__version_info__ = (0, 4, 3)
__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