From ab66f939e7878f16537d65555bdff8fd3bd76271 Mon Sep 17 00:00:00 2001 From: Len Wanger Date: Fri, 18 Aug 2017 11:14:36 -0500 Subject: [PATCH] bumped version number. --- cooked_input/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cooked_input/__init__.py b/cooked_input/__init__.py index 8ff8f79..4b7ad0f 100644 --- a/cooked_input/__init__.py +++ b/cooked_input/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -__version__ = '0.1.0' +__version__ = '0.1.1' from .io_get_input import get_input, get_table_input, process_value from .io_get_input import TABLE_ID, TABLE_VALUE, TABLE_ID_OR_VALUE