From 843fbcc8508d6d90ca21641b655016126c7c18f5 Mon Sep 17 00:00:00 2001 From: freeman Date: Sun, 3 May 2015 09:51:29 -0400 Subject: [PATCH] Bump version in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3b7508f..4bd566f 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ '''The setup and build script for the lightning-python library.''' __author__ = 'github@mathisonian.com' -__version__ = '1.0.5' +__version__ = '1.0.6' # The base package metadata to be used by both distutils and setuptools METADATA = dict(