From 82fcccae87c321f2315272dbf7e4d628f01e7175 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Fri, 29 Jun 2018 12:37:28 -0500 Subject: [PATCH] Fix for #9 - image should show on PyPI now --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ec0283..616aeef 100644 --- a/README.md +++ b/README.md @@ -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/ diff --git a/setup.py b/setup.py index 7e163f2..8ccd154 100644 --- a/setup.py +++ b/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__))