Release 0.12

Refs #323, #324
This commit is contained in:
Simon Willison 2023-11-06 13:32:09 -08:00
parent b2a12727f1
commit e9a6998ca3

View file

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