Skip to content

Commit 00672fb

Browse files
committed
Get ready for release 1.3.0
1 parent e35f197 commit 00672fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ trap finish EXIT
1212

1313
cd $(dirname ${BASH_SOURCE[0]})
1414

15-
if ! source ./pyenv-3.0-3.1-versions ; then
15+
if ! source ./pyenv-3.0-3.2-versions ; then
1616
exit $?
1717
fi
1818
if ! source ./setup-python-3.0.sh ; then
@@ -27,7 +27,7 @@ fi
2727
echo $__version__
2828

2929
for pyversion in $PYVERSIONS; do
30-
o echo --- $pyversion ---
30+
echo --- $pyversion ---
3131
if [[ ${pyversion:0:4} == "pypy" ]] ; then
3232
echo "$pyversion - PyPy does not get special packaging"
3333
continue

0 commit comments

Comments
 (0)