Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
Refs #19
  • Loading branch information
simonw committed Aug 20, 2021
1 parent 257d40b commit 9fe3cb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup
import os

VERSION = "1.0"
VERSION = "1.0.1"


def get_long_description():
Expand All @@ -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",
Expand Down

0 comments on commit 9fe3cb1

Please sign in to comment.