Skip to content

Commit

Permalink
Release 0.2
Browse files Browse the repository at this point in the history
Refs #5
  • Loading branch information
simonw committed Jul 1, 2020
1 parent 2c76f81 commit 37c00e5
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.1"
VERSION = "0.2"


def get_long_description():
Expand All @@ -28,7 +28,7 @@ def get_long_description():
version=VERSION,
packages=["datasette_saved_queries"],
entry_points={"datasette": ["saved_queries = datasette_saved_queries"]},
install_requires=["datasette>=0.45a1", "sqlite-utils"],
install_requires=["datasette>=0.45", "sqlite-utils"],
extras_require={"test": ["pytest", "pytest-asyncio", "httpx"]},
tests_require=["datasette-saved-queries[test]"],
)

1 comment on commit 37c00e5

@simonw
Copy link
Owner Author

@simonw simonw commented on 37c00e5 Jul 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.