From 9fe3cb17e03d6c73222b63e643638cf951567c4c Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 19 Aug 2021 17:55:29 -0700 Subject: [PATCH] Release 1.0.1 Refs #19 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c69fea4..251144e 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os -VERSION = "1.0" +VERSION = "1.0.1" def get_long_description(): @@ -18,7 +18,7 @@ def get_long_description(): long_description=get_long_description(), long_description_content_type="text/markdown", author="Simon Willison", - url="https://github.com/dogsheep/healthkit-to-sqlite", + url="https://datasette.io/tools/healthkit-to-sqlite", project_urls={ "Issues": "https://github.com/dogsheep/healthkit-to-sqlite/issues", "CI": "https://github.com/dogsheep/healthkit-to-sqlite/actions",