From e1528b3446fee58fd56d42b2eadadebae26938f5 Mon Sep 17 00:00:00 2001 From: Matthew Bourque Date: Tue, 20 Oct 2020 11:46:14 -0400 Subject: [PATCH] Updated version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bf87d3b20..864327c97 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup from setuptools import find_packages -VERSION = '0.23.0' +VERSION = '0.24.0' AUTHORS = 'Matthew Bourque, Lauren Chambers, Misty Cracraft, Mike Engesser, Mees Fix, Joe Filippazzo, Bryan Hilbert, ' AUTHORS += 'Graham Kanarek, Teagan King, Catherine Martlin, Maria Pena-Guerrero, Johannes Sahlmann, Ben Sunnquist'