From cb034621fd663ac9648b154a7d11948f0e0f40a6 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Fri, 8 Sep 2023 17:45:14 -0700 Subject: [PATCH] Release 3.35.1 Refs #592 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7912e84..776595c 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages import io import os -VERSION = "3.35" +VERSION = "3.35.1" def get_long_description():