Release 3.2.0

This commit is contained in:
Will Greenberg
2025-02-11 11:58:44 -08:00
parent 3272dcbebd
commit a0e8b49057
38 changed files with 60 additions and 28 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import sys
from setuptools import find_packages
from setuptools import setup
version = '3.2.0.dev0'
version = '3.2.0'
install_requires = [
'cryptography>=43.0.0',