Release 0.7

Refs #115, #132, #136, #146, #151
This commit is contained in:
Simon Willison 2023-08-12 09:25:42 -07:00 committed by GitHub
parent 6a578c35cf
commit 6c532103e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os
VERSION = "0.6.1"
VERSION = "0.7"
def get_long_description():