Skip to content

Commit

Permalink
Release 0.1
Browse files Browse the repository at this point in the history
Depends on Datasette 0.45

Refs simonw/datasette#872
  • Loading branch information
simonw committed Jul 1, 2020
1 parent b9a90cb commit ddd2e21
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.1a"
VERSION = "0.1"


def get_long_description():
Expand Down Expand Up @@ -29,7 +29,7 @@ def get_long_description():
packages=["datasette_write"],
package_data={"datasette_write": ["templates/datasette_write.html",],},
entry_points={"datasette": ["write = datasette_write"]},
install_requires=["datasette>=0.45a4"],
install_requires=["datasette>=0.45"],
extras_require={"test": ["pytest", "pytest-asyncio", "httpx"]},
tests_require=["datasette-write[test]"],
)

0 comments on commit ddd2e21

Please sign in to comment.