release 0.0.3

This commit is contained in:
Wolf Vollprecht 2019-03-26 10:41:49 +01:00
parent 69cc56d4a0
commit c301773da5
1 changed files with 1 additions and 1 deletions

View File

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