From 2966dcba44a7c44236557d6bf008f600c30374c2 Mon Sep 17 00:00:00 2001 From: Peter Metz Date: Wed, 21 Oct 2020 09:50:41 -0400 Subject: [PATCH] bump to 0.5.0 --- taxcrunch/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taxcrunch/__init__.py b/taxcrunch/__init__.py index cebed55..64218be 100644 --- a/taxcrunch/__init__.py +++ b/taxcrunch/__init__.py @@ -2,4 +2,4 @@ from taxcrunch.multi_cruncher import * name = "taxcrunch" -__version__ = "0.4.3" +__version__ = "0.5.0"