Skip to content

Commit 99c838e

Browse files
committed
Merge branch 'master' into python-3.7-to-3.10
2 parents c572f89 + 870a96f commit 99c838e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

admin-tools/make-dist-3.7-3.10.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ PACKAGE=decompyle3
33

44
# FIXME put some of the below in a common routine
55
function finish {
6-
cd $decompyle3_36_make_owd
6+
cd $decompyle3_37_make_owd
77
}
88

99
cd $(dirname ${BASH_SOURCE[0]})
10-
decompyle3_36_make_owd=$(pwd)
10+
decompyle3_37_make_owd=$(pwd)
1111
trap finish EXIT
1212

1313
if ! source ./pyenv-3.7-3.10-versions ; then

decompyle3/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# This file is suitable for sourcing inside bash as
1414
# well as importing into Python
1515
# fmt: off
16-
__version__="3.9.3" # noqa
16+
__version__="3.9.4.dev0" # noqa

0 commit comments

Comments
 (0)