Release 0.1a1

Refs #2
This commit is contained in:
Simon Willison 2022-11-21 19:01:15 -08:00 committed by GitHub
commit d71919fe24
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.1a0"
VERSION = "0.1a1"
def get_long_description():