Skip to content

Commit

Permalink
Release 0.3, refs #8
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jul 6, 2020
1 parent edbacce commit f298a98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
@@ -1,7 +1,7 @@
import os
from setuptools import setup

VERSION = "0.2.1"
VERSION = "0.3"


def get_long_description():
Expand All @@ -24,7 +24,7 @@ def get_long_description():
packages=["datasette_search_all"],
entry_points={"datasette": ["search_all = datasette_search_all"]},
package_data={"datasette_search_all": ["templates/*.html"]},
install_requires=["datasette>=0.45"],
install_requires=["datasette>=0.44"],
extras_require={"test": ["pytest", "pytest-asyncio", "httpx", "sqlite-utils"]},
tests_require=["datasette-search-all[test]"],
)

0 comments on commit f298a98

Please sign in to comment.