diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-02-25 13:09:48 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-02-25 13:09:48 -0500 |
commit | 39c272221a8baf3b3f2768d9de4f61abea57cf1f (patch) | |
tree | f02388944b7240aa43995b7830f351f144f39477 /python | |
parent | 130f64235ffcd57f0f015da3f35223af6ce9a6da (diff) | |
download | spm_packages-39c272221a8baf3b3f2768d9de4f61abea57cf1f.tar.gz |
Update to 3.8.1
Diffstat (limited to 'python')
-rw-r--r-- | python/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/build.sh b/python/build.sh index 73239f5..c3223a8 100644 --- a/python/build.sh +++ b/python/build.sh @@ -1,6 +1,6 @@ #!/bin/bash name=python -version=3.8.0 +version=3.8.1 _basever=${version%.*} revision=0 sources=( |