Release 1.0a11

Refs #2263, #2278, #2279

Closes #2280
This commit is contained in:
Simon Willison 2024-02-19 14:48:19 -08:00
commit 434123425f
2 changed files with 10 additions and 1 deletions

View file

@ -1,2 +1,2 @@
__version__ = "1.0a10"
__version__ = "1.0a11"
__version_info__ = tuple(__version__.split("."))