From e8eb9d4a7ac4529b6acbd3d2fe05699fb8bce819 Mon Sep 17 00:00:00 2001 From: Christian Muise Date: Mon, 3 Jul 2023 09:09:30 -0700 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 78d0ef9b..f5c065fc 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -VERSION = "0.3.6" +VERSION = "0.3.7" NAME = "macq"