Skip to content

Commit

Permalink
Update mypyc to 0.0.1+dev.02ad850d276d7499a6d12c58335fdd44c2a8d590 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
msullivan committed Apr 5, 2019
1 parent 9d0612e commit 76a75ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion misc/update-mypyc-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ REV=$(cd "$MYPYC_DIR" && git rev-parse HEAD)
VERSION=$(cd "$MYPYC_DIR" && python3 -c 'from mypyc.version import __version__; print(__version__)')

echo "git+https://github.com/mypyc/mypyc.git@$REV#egg=mypyc==$VERSION" > mypyc-requirements.txt
git commit -a -m "Update pinned mypyc version to $VERSION"
git commit -a -m "Update mypyc to $VERSION"
2 changes: 1 addition & 1 deletion mypyc-requirements.txt
Original file line number Diff line number Diff line change
@@ -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 comments on commit 76a75ba

Please sign in to comment.