Skip to content

Commit 809c17f

Browse files
author
Prasanna Swaminathan
committed
Increment version
1 parent ec0ed92 commit 809c17f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def fread(fname):
2525

2626
setup(
2727
name='TerminalOne',
28-
version='1.1.2',
28+
version='1.1.3',
2929
author='Prasanna Swaminathan',
3030
author_email='[email protected]',
3131
url='http://www.mediamath.com',

terminalone/metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
__author__ = 'Prasanna Swaminathan'
44
__copyright__ = 'Copyright 2015, MediaMath'
55
__license__ = 'BSD'
6-
__version__ = '1.1.2'
6+
__version__ = '1.1.3'
77
__maintainer__ = 'MediaMath Developer Relations'
88
__email__ = '[email protected]'
99
__status__ = 'Stable'

0 commit comments

Comments
 (0)