Fix for #9 - image should show on PyPI now

This commit is contained in:
Simon Willison 2018-06-29 12:37:28 -05:00
commit 82fcccae87
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
A [Datasette](https://github.com/simonw/datasette) plugin that provides tools
for generating charts using [Vega](https://vega.github.io/).
![Datasette Vega interface](datasette-vega.png)
![Datasette Vega interface](https://raw.githubusercontent.com/simonw/datasette-vega/master/datasette-vega.png)
Try out the latest master build as a live demo at https://datasette-vega-latest.datasette.io/ or try the latest release installed as a plugin at https://fivethirtyeight.datasettes.com/

View file

@ -4,7 +4,7 @@ from subprocess import check_output
from wheel.bdist_wheel import bdist_wheel
import os
VERSION = '0.3'
VERSION = '0.4.1'
ROOT = os.path.dirname(os.path.abspath(__file__))