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 fe7007b commit fc3c57dCopy full SHA for fc3c57d
dev-bin/release.sh
@@ -35,7 +35,7 @@ if [ -n "$(git status --porcelain)" ]; then
35
exit 1
36
fi
37
38
-perl -pi -e "s/(?<=__version__ = ').+?(?=')/$version/gsm" maxminddb/__init__.py
+perl -pi -e "s/(?<=__version__ = \").+?(?=\")/$version/gsm" maxminddb/__init__.py
39
40
echo $"Test results:"
41
python setup.py test
0 commit comments