Skip to content

Commit 9fe3cb1

Browse files
committed
Release 1.0.1
Refs #19
1 parent 257d40b commit 9fe3cb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup
22
import os
33

4-
VERSION = "1.0"
4+
VERSION = "1.0.1"
55

66

77
def get_long_description():
@@ -18,7 +18,7 @@ def get_long_description():
1818
long_description=get_long_description(),
1919
long_description_content_type="text/markdown",
2020
author="Simon Willison",
21-
url="https://github.com/dogsheep/healthkit-to-sqlite",
21+
url="https://datasette.io/tools/healthkit-to-sqlite",
2222
project_urls={
2323
"Issues": "https://github.com/dogsheep/healthkit-to-sqlite/issues",
2424
"CI": "https://github.com/dogsheep/healthkit-to-sqlite/actions",

0 commit comments

Comments
 (0)