Skip to content

Commit

Permalink
Release 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Sep 14, 2020
1 parent 378f4e2 commit 08bd7f7
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 = "0.7"
VERSION = "0.8"


def get_long_description():
Expand All @@ -23,7 +23,7 @@ def get_long_description():
version=VERSION,
packages=["datasette_atom"],
entry_points={"datasette": ["atom = datasette_atom"]},
install_requires=["datasette>=0.49a0", "feedgen", "bleach"],
install_requires=["datasette>=0.49", "feedgen", "bleach"],
extras_require={"test": ["pytest", "pytest-asyncio", "httpx"]},
tests_require=["datasette-atom[test]"],
)

0 comments on commit 08bd7f7

Please sign in to comment.