Skip to content

Commit

Permalink
Release v0.1.1: update repository location
Browse files Browse the repository at this point in the history
  • Loading branch information
ar-jan committed Sep 28, 2023
1 parent a977a97 commit 2d142c6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup
import os

VERSION = "0.1.0"
VERSION = "0.1.1"


def get_long_description():
Expand All @@ -17,13 +17,13 @@ def get_long_description():
description="Add Matomo Web Analytics tracking code to Datasette",
long_description=get_long_description(),
long_description_content_type="text/markdown",
author="UUDigitalHumanitiesLab",
author="CentreForDigitalHumanities",
author_email="[email protected]",
url="https://github.com/UUDigitalHumanitieslab/datasette-matomo",
url="https://github.com/CentreForDigitalHumanities/datasette-matomo",
project_urls={
"Issues": "https://github.com/UUDigitalHumanitieslab/datasette-matomo/issues",
"CI": "https://github.com/UUDigitalHumanitieslab/datasette-matomo/actions",
"Changelog": "https://github.com/UUDigitalHumanitieslab/datasette-matomo/releases",
"Issues": "https://github.com/CentreForDigitalHumanities/datasette-matomo/issues",
"CI": "https://github.com/CentreForDigitalHumanities/datasette-matomo/actions",
"Changelog": "https://github.com/CentreForDigitalHumanities/datasette-matomo/releases",
},
license="Apache License, Version 2.0",
classifiers=[
Expand Down

0 comments on commit 2d142c6

Please sign in to comment.