Skip to content

Commit

Permalink
Release 0.8.1
Browse files Browse the repository at this point in the history
Refs #14
  • Loading branch information
simonw committed Nov 25, 2020
1 parent 83b90f3 commit 259739c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup
import os

VERSION = "0.8"
VERSION = "0.8.1"


def get_long_description():
Expand All @@ -19,6 +19,11 @@ def get_long_description():
long_description_content_type="text/markdown",
author="Simon Willison",
url="https://github.com/simonw/datasette-atom",
project_urls={
"Issues": "https://github.com/simonw/datasette-atom/issues",
"CI": "https://github.com/simonw/datasette-atom/actions",
"Changelog": "https://github.com/simonw/datasette-atom/releases",
},
license="Apache License, Version 2.0",
version=VERSION,
packages=["datasette_atom"],
Expand Down

0 comments on commit 259739c

Please sign in to comment.