From 820f33ecaba8fb09cff07c727de6b3c46413fb75 Mon Sep 17 00:00:00 2001 From: Peter-Metz Date: Thu, 27 Aug 2020 17:25:34 -0400 Subject: [PATCH] add template to manifest --- MANIFEST.in | 1 + taxcrunch/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 0f23f84..9accc6b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,3 @@ include taxcrunch/defaults.json include taxcrunch/defaults_batch.json +include taxcrunch/adjustment_template.json diff --git a/taxcrunch/__init__.py b/taxcrunch/__init__.py index 7edb712..b99f001 100644 --- a/taxcrunch/__init__.py +++ b/taxcrunch/__init__.py @@ -2,4 +2,4 @@ from taxcrunch.multi_cruncher import * name = "taxcrunch" -__version__ = "0.3.3" +__version__ = "0.3.4"