From afc6d8badc19d33ef5f213745d1b9975509321a3 Mon Sep 17 00:00:00 2001 From: Prasanna Swaminathan Date: Fri, 6 May 2016 15:32:32 -0400 Subject: [PATCH] Increment version --- setup.py | 2 +- terminalone/metadata.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index d8abe3a..df307e3 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def fread(fname): setup( name='TerminalOne', - version='1.1.6', + version='1.2.0', author='Prasanna Swaminathan', author_email='prasanna@mediamath.com', url='http://www.mediamath.com', diff --git a/terminalone/metadata.py b/terminalone/metadata.py index 9391c49..745c198 100644 --- a/terminalone/metadata.py +++ b/terminalone/metadata.py @@ -3,7 +3,7 @@ __author__ = 'Prasanna Swaminathan' __copyright__ = 'Copyright 2015, MediaMath' __license__ = 'BSD' -__version__ = '1.1.6' +__version__ = '1.2.0' __maintainer__ = 'MediaMath Developer Relations' __email__ = 'developers@mediamath.com' __status__ = 'Stable'