We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 676449f commit d9c010fCopy full SHA for d9c010f
dev-bin/release.sh
@@ -37,7 +37,7 @@ fi
37
# Make sure release deps are installed with the current python
38
pip install -U sphinx wheel voluptuous strict_rfc3339 validate_email rfc3987
39
40
-perl -pi -e "s/(?<=__version__ = ').+?(?=')/$version/g" minfraud/version.py
+perl -pi -e "s/(?<=__version__ = \").+?(?=\")/$version/g" minfraud/version.py
41
42
echo $"Test results:"
43
python setup.py test
0 commit comments