From 33f5ad09c3c72dd60f8a2a88b1829ca0043a7c26 Mon Sep 17 00:00:00 2001 From: AdityaSavara <39929571+AdityaSavara@users.noreply.github.com> Date: Sat, 23 Jul 2022 10:36:16 -0400 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 377adf84..68bbb501 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ EMAIL = 'AditySavara2008@u.northwestern.edu' AUTHOR = 'Aditya Savara' REQUIRES_PYTHON = '>=3.5.0' -VERSION = '44.0.0' +VERSION = '44.1.0' LICENSE = 'BSD-3-Clause' # What packages are required for this module to be executed?