From 5081641f1b189a43e9eab4813256598cc0a79f6f Mon Sep 17 00:00:00 2001 From: Steven Buss Date: Tue, 24 Dec 2013 22:33:58 -0800 Subject: [PATCH] Version bump to 0.2.7 for pypi --- tigershark/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tigershark/__init__.py b/tigershark/__init__.py index 0cef801..ea74359 100644 --- a/tigershark/__init__.py +++ b/tigershark/__init__.py @@ -1,7 +1,7 @@ """ TigerShark - An X12 EDI message parser. """ -__version__ = "0.2.6" +__version__ = "0.2.7" __authors__ = [ "Steven Buss ", "Steven Lott ",