Skip to content

Commit

Permalink
Release 0.3
Browse files Browse the repository at this point in the history
Refs #1, #6, #7, #8, #9
  • Loading branch information
simonw committed Feb 27, 2024
1 parent 1b97aa4 commit e9225c9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 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.2"
VERSION = "0.3"


def get_long_description():
Expand Down Expand Up @@ -33,7 +33,6 @@ def get_long_description():
],
},
entry_points={"datasette": ["write = datasette_write"]},
install_requires=["datasette>=0.45"],
install_requires=["datasette>=0.64.6"],
extras_require={"test": ["pytest", "pytest-asyncio", "httpx"]},
tests_require=["datasette-write[test]"],
)

0 comments on commit e9225c9

Please sign in to comment.