Release 1.8

This commit is contained in:
Simon Willison 2019-07-28 18:41:42 +03:00
commit e1021030dd
2 changed files with 10 additions and 3 deletions

View file

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