Skip to content

Commit 02f5022

Browse files
committed
Bump verison to dev and...
remove some old crud
1 parent 37350ee commit 02f5022

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

admin-tools/pyenv-3.6-3.10-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ if [[ $0 == ${BASH_SOURCE[0]} ]] ; then
55
echo "This script should be *sourced* rather than run directly through bash"
66
exit 1
77
fi
8-
export PYVERSIONS='3.6 pypy3.6-7.3.1 3.7 pypy3.7-7.3.9 pypy3.8-7.3.11 pypy3.9-7.3.13 3.8 pyston-2.3.5 3.9 3.10'
8+
export PYVERSIONS='3.6 pypy3.6 3.7 pypy3.7 pypy3.8 pypy3.9 3.8 pyston-2.3.5 3.9 3.10'

admin-tools/pyenv-older-versions

Lines changed: 0 additions & 6 deletions
This file was deleted.

spark_parser/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is needs to be multi-lingual in both Python and POSIX
22
# shell which "exec()" or "source" it respectively.
33

4-
# This file should define a variable __version__ which we use as the
4+
# This file should define a variable VERSION which we use as the
55
# package version number.
66

77
__version__="1.9.1.dev0" # noqa

0 commit comments

Comments
 (0)