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 a10730a commit 00e5355Copy full SHA for 00e5355
dev-bin/release.sh
@@ -36,7 +36,7 @@ fi
36
# Make sure Sphinx and wheel are installed with the current python
37
pip install sphinx wheel
38
39
-perl -pi -e "s/(?<=__version__ = ').+?(?=')/$version/gsm" geoip2/__init__.py
+perl -pi -e "s/(?<=__version__ = \").+?(?=\")/$version/gsm" geoip2/__init__.py
40
41
echo $"Test results:"
42
python setup.py test
0 commit comments