From fdfb1b85c57d3bc94cfc6cdfe16ada766dc5a6ce Mon Sep 17 00:00:00 2001 From: Rob McMullen Date: Thu, 18 Feb 2016 11:47:28 -0800 Subject: [PATCH] Updated to 2.3.2 to publish fix for IndexByteSegment --- atrcopy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atrcopy/__init__.py b/atrcopy/__init__.py index 92782e8..5d78d28 100755 --- a/atrcopy/__init__.py +++ b/atrcopy/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.3.1" +__version__ = "2.3.2" try: import numpy as np