Release 0.2

Refs #8, #13
This commit is contained in:
Simon Willison 2023-07-24 16:24:05 -07:00 committed by GitHub
commit 829f27b8d1
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.1a2"
VERSION = "0.2"
def get_long_description():