From a884d3bfdbb5a0f91a498a69d9c1a174f1f51086 Mon Sep 17 00:00:00 2001 From: David Maitland Date: Thu, 13 Aug 2015 10:16:30 +0100 Subject: [PATCH] Updated version to 0.1.2 for pypi --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f844ac5..c6bb21a 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ from setuptools import setup setup( name='nimvelo', description='Python 2.7 client library for the Nimvelo/Sipcentric API', - version='0.1.1', + version='0.1.2', url='https://github.com/Nimvelo/python-client', author='David Maitland', author_email='david.maitland@nimvelo.com',