Release 0.13

This commit is contained in:
Simon Willison 2019-02-23 22:54:43 -08:00
commit 1b6025e8ab
4 changed files with 16 additions and 2 deletions

View file

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