From e6266c3c46ecfd2656b3b2b928297929ffca547f Mon Sep 17 00:00:00 2001 From: Mark Lakewood Date: Tue, 7 Jul 2015 14:48:01 -0700 Subject: [PATCH] taggin --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dc88c02..49d5058 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ def find_version(*file_paths): setup( name='orochi-python', - version='0.1.1', + version='0.1.2', description='Python helper lib for Orochi', long_description=(read('README.rst')), url='http://github.com/mlakewood/orochi-python',