Skip to content

Commit

Permalink
preserve foreign keys, d'oh
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfitz committed Aug 26, 2020
1 parent b146dd9 commit f393871
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
Expand Up @@ -5,7 +5,7 @@
import sys

install_requires = [
"catsql >= 0.4.12",
"catsql >= 0.4.13",
"csvkit >= 1.0.5",
"daff >= 1.3.14",
"docker >= 4.3.0",
Expand All @@ -23,7 +23,7 @@ def read(fname):
return f.read()

setup(name="asql",
version="0.1.2",
version="0.1.3",
author="Paul Fitzpatrick",
author_email="paulfitz@alum.mit.edu",
description="Query a database in natural language",
Expand Down

0 comments on commit f393871

Please sign in to comment.