enable_fts(), populate_fts() and search() methods

This commit is contained in:
Simon Willison 2018-07-31 09:19:05 -07:00
commit f4907f6df5
4 changed files with 100 additions and 1 deletions

View file

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
import io
import os
VERSION = "0.3.1"
VERSION = "0.4"
def get_long_description():