Skip to content

Commit fc3c57d

Browse files
committed
Update release script for formatting change
1 parent fe7007b commit fc3c57d

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
@@ -35,7 +35,7 @@ if [ -n "$(git status --porcelain)" ]; then
3535
exit 1
3636
fi
3737

38-
perl -pi -e "s/(?<=__version__ = ').+?(?=')/$version/gsm" maxminddb/__init__.py
38+
perl -pi -e "s/(?<=__version__ = \").+?(?=\")/$version/gsm" maxminddb/__init__.py
3939

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

0 commit comments

Comments
 (0)