Skip to content

Commit d9c010f

Browse files
committed
Update release script for formatting change
1 parent 676449f commit d9c010f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-bin/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ fi
3737
# Make sure release deps are installed with the current python
3838
pip install -U sphinx wheel voluptuous strict_rfc3339 validate_email rfc3987
3939

40-
perl -pi -e "s/(?<=__version__ = ').+?(?=')/$version/g" minfraud/version.py
40+
perl -pi -e "s/(?<=__version__ = \").+?(?=\")/$version/g" minfraud/version.py
4141

4242
echo $"Test results:"
4343
python setup.py test

0 commit comments

Comments
 (0)