Release 1.7 - with lookup table support

This commit is contained in:
Simon Willison 2019-07-24 08:50:41 +02:00
commit 9b7be79c86
2 changed files with 14 additions and 1 deletions

View file

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