fixed regex matching of stderr

This commit is contained in:
2020-12-21 18:36:20 +01:00
parent 2340a2f601
commit 46eed410f0
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ try:
except ImportError:
from distutils import setup
version = '0.3.3'
version = '0.3.4'
setup(
name='zsnapper',