mirror of
https://github.com/simonw/datasette-vega.git
synced 2026-09-10 02:24:23 +02:00
Fix for #9 - image should show on PyPI now
This commit is contained in:
parent
9eea628b8e
commit
82fcccae87
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
A [Datasette](https://github.com/simonw/datasette) plugin that provides tools
|
||||
for generating charts using [Vega](https://vega.github.io/).
|
||||
|
||||

|
||||

|
||||
|
||||
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/
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -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__))
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue