Skip to content

Commit 00e5355

Browse files
committed
Update release script for formatting change
1 parent a10730a commit 00e5355

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
@@ -36,7 +36,7 @@ fi
3636
# Make sure Sphinx and wheel are installed with the current python
3737
pip install sphinx wheel
3838

39-
perl -pi -e "s/(?<=__version__ = ').+?(?=')/$version/gsm" geoip2/__init__.py
39+
perl -pi -e "s/(?<=__version__ = \").+?(?=\")/$version/gsm" geoip2/__init__.py
4040

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

0 commit comments

Comments
 (0)