From cb546e0d4d845a5f1500a0da77f4a6f5ecfdbd63 Mon Sep 17 00:00:00 2001 From: Peter Metz Date: Thu, 19 Mar 2020 10:10:52 -0400 Subject: [PATCH] bump to 0.3.2 --- taxcrunch/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taxcrunch/__init__.py b/taxcrunch/__init__.py index aba16ba..fd4bec8 100644 --- a/taxcrunch/__init__.py +++ b/taxcrunch/__init__.py @@ -2,4 +2,4 @@ from taxcrunch.multi_cruncher import * name = "taxcrunch" -__version__ = "0.3.1" \ No newline at end of file +__version__ = "0.3.2"