Release 0.1a2

Refs #4
This commit is contained in:
Simon Willison 2022-11-21 21:38:39 -08:00 committed by GitHub
commit bf6c709804
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
from setuptools import setup
import os
VERSION = "0.1a1"
VERSION = "0.1a2"
def get_long_description():