Skip to content

Commit 76a75ba

Browse files
authored
Update mypyc to 0.0.1+dev.02ad850d276d7499a6d12c58335fdd44c2a8d590 (#6637)
1 parent 9d0612e commit 76a75ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

misc/update-mypyc-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ REV=$(cd "$MYPYC_DIR" && git rev-parse HEAD)
44
VERSION=$(cd "$MYPYC_DIR" && python3 -c 'from mypyc.version import __version__; print(__version__)')
55

66
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"
7+
git commit -a -m "Update mypyc to $VERSION"

mypyc-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
git+https://github.com/mypyc/mypyc.git@2724a1cf29462c012dccebe41d23426008143bd0#egg=mypyc==0.0.1+dev.2724a1cf29462c012dccebe41d23426008143bd0
1+
git+https://github.com/mypyc/mypyc.git@02ad850d276d7499a6d12c58335fdd44c2a8d590#egg=mypyc==0.0.1+dev.02ad850d276d7499a6d12c58335fdd44c2a8d590

0 commit comments

Comments
 (0)