release 0.4.1

This commit is contained in:
Wolf Vollprecht 2020-07-01 20:56:14 +02:00
parent 2a781ee398
commit ea68136c67
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
version_info = (0, 4, 0)
version_info = (0, 4, 1)
__version__ = '.'.join(map(str, version_info))