Skip to content

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
Now depends on datasette>=0.56.1

Refs simonw/datasette#1360
  • Loading branch information
simonw committed Jun 5, 2021
1 parent 62ba5c5 commit 0fc7a42
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.4"
VERSION = "0.4.1"


def get_long_description():
Expand All @@ -28,7 +28,7 @@ def get_long_description():
version=VERSION,
packages=["datasette_auth_passwords"],
entry_points={"datasette": ["auth_passwords = datasette_auth_passwords"]},
install_requires=["datasette>=0.44"],
install_requires=["datasette>=0.56.1"],
extras_require={"test": ["pytest", "pytest-asyncio", "httpx"]},
tests_require=["datasette-auth-passwords[test]"],
package_data={
Expand Down

0 comments on commit 0fc7a42

Please sign in to comment.