Skip to content

Commit

Permalink
fix update version
Browse files Browse the repository at this point in the history
  • Loading branch information
glasnt committed Mar 14, 2021
1 parent cfbe7cb commit 6066c87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion demo/demo_image.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<tr><td class="s u-cbbcac"></td><td>639</td><td>Light Fawn</td></tr>
<tr><td class="s u-734829"></td><td>342</td><td>Dark Fawn</td></tr>
</table></div>
<div class="debug"><div class="debug">Image: demo_image.png<br />Scale: 1x<br />Image size: 59 x 35<br />Palette: alpaca<br />Colors used: 3 (of possible 4)<br />ih version: 0.5.2</div></div>
<div class="debug"><div class="debug">Image: demo_image.png<br />Scale: 1x<br />Image size: 59 x 35<br />Palette: alpaca<br />Colors used: 3 (of possible 4)<br />ih version: 0.5.2+3.g2fe5376</div></div>
</div>
<div class='page-break'></div>
<div class="right-content"><div class="chart">
Expand Down
2 changes: 2 additions & 0 deletions demo/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ then
git version-bump $update

echo "use new version"

pip install -e .
ih --version

# Hard-copy from README.md example
Expand Down

0 comments on commit 6066c87

Please sign in to comment.