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.
1 parent 9d0612e commit 76a75baCopy full SHA for 76a75ba
misc/update-mypyc-version.sh
@@ -4,4 +4,4 @@ REV=$(cd "$MYPYC_DIR" && git rev-parse HEAD)
4
VERSION=$(cd "$MYPYC_DIR" && python3 -c 'from mypyc.version import __version__; print(__version__)')
5
6
echo "git+https://github.com/mypyc/mypyc.git@$REV#egg=mypyc==$VERSION" > mypyc-requirements.txt
7
-git commit -a -m "Update pinned mypyc version to $VERSION"
+git commit -a -m "Update mypyc to $VERSION"
mypyc-requirements.txt
@@ -1 +1 @@
1
-git+https://github.com/mypyc/mypyc.git@2724a1cf29462c012dccebe41d23426008143bd0#egg=mypyc==0.0.1+dev.2724a1cf29462c012dccebe41d23426008143bd0
+git+https://github.com/mypyc/mypyc.git@02ad850d276d7499a6d12c58335fdd44c2a8d590#egg=mypyc==0.0.1+dev.02ad850d276d7499a6d12c58335fdd44c2a8d590
0 commit comments