From 531b7d448c179e8e7abe5b164fae24038f72234b Mon Sep 17 00:00:00 2001 From: David Mulcahey Date: Mon, 29 Jun 2020 16:29:51 -0400 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0c38453727..aed13448ba 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import find_packages, setup -VERSION = "0.0.40" +VERSION = "0.0.41" def readme():