From 72b2ee4d1231c833e599350bf5513dac507e5fca Mon Sep 17 00:00:00 2001 From: sharinetmc <128429303+sharinetmc@users.noreply.github.com> Date: Mon, 22 Jul 2024 11:28:47 -1000 Subject: [PATCH] new release (#1107) --- setup.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 8b300e5fd4..be049f9518 100644 --- a/setup.py +++ b/setup.py @@ -63,7 +63,11 @@ def main(): "smtp": ["validate-email"], "targetsmart": ["xmltodict"], "twilio": ["twilio"], - "ssh": ["sshtunnel", "psycopg2-binary>=2.9.9", "sqlalchemy >= 1.4.22, != 1.4.33, < 2.0.0"] + "ssh": [ + "sshtunnel", + "psycopg2-binary>=2.9.9", + "sqlalchemy >= 1.4.22, != 1.4.33, < 2.0.0", + ], } extras_require["all"] = sorted({lib for libs in extras_require.values() for lib in libs}) else: @@ -78,7 +82,7 @@ def main(): setup( name="parsons", - version="3.1.0", + version="3.2.0", author="The Movement Cooperative", author_email="info@movementcooperative.org", url="https://github.com/move-coop/parsons",