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.
2 parents c572f89 + 870a96f commit 99c838eCopy full SHA for 99c838e
admin-tools/make-dist-3.7-3.10.sh
@@ -3,11 +3,11 @@ PACKAGE=decompyle3
3
4
# FIXME put some of the below in a common routine
5
function finish {
6
- cd $decompyle3_36_make_owd
+ cd $decompyle3_37_make_owd
7
}
8
9
cd $(dirname ${BASH_SOURCE[0]})
10
-decompyle3_36_make_owd=$(pwd)
+decompyle3_37_make_owd=$(pwd)
11
trap finish EXIT
12
13
if ! source ./pyenv-3.7-3.10-versions ; then
decompyle3/version.py
@@ -13,4 +13,4 @@
# This file is suitable for sourcing inside bash as
14
# well as importing into Python
15
# fmt: off
16
-__version__="3.9.3" # noqa
+__version__="3.9.4.dev0" # noqa
0 commit comments