From 04db75829a0c301ebf5e994d3cd48820631fe8b2 Mon Sep 17 00:00:00 2001 From: Rafael Hautekiet Date: Sun, 12 Aug 2018 22:10:56 +0200 Subject: [PATCH] bumped up version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fdca67b..32de520 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='python-openctm', - version='1.0.1', + version='1.0.2', description='Python Interface for the OpenCTM Library', long_description='Python Interface for the OpenCTM Library', url='https://github.com/lejafar/python-openctm',