Change __version__

This commit is contained in:
Stuart D. Gathman
2020-04-21 18:27:49 -04:00
committed by GitHub
parent 3844751ef0
commit 805825438c
+1 -1
View File
@@ -9,7 +9,7 @@
# This code is under the GNU General Public License. See COPYING for details.
from __future__ import print_function
__version__ = '1.0.4'
__version__ = '1.0.5'
import os
import re