Release 0.9a0

Refs #185, #190, #191
This commit is contained in:
Simon Willison 2023-09-02 10:52:36 -07:00 committed by GitHub
parent e49c816e18
commit 1cd4596379
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.8"
VERSION = "0.9a0"
def get_long_description():