version bump to 1.2

Change-Id: Id0a6bfa35cfbd05fe23f72a3c5d641dd247e36a6
This commit is contained in:
t2 2018-11-26 10:10:34 +01:00
parent 2fa7ffe7eb
commit 2d179bdf29
2 changed files with 2 additions and 1 deletions

View File

@ -4,3 +4,4 @@ from .opus_reader import read_file
name = 'brukeropusreader' name = 'brukeropusreader'
__all__ = ['OpusData', 'read_file'] __all__ = ['OpusData', 'read_file']
__version__ = '1.2'

View File

@ -2,7 +2,7 @@ from distutils.core import setup
setup(name='brukeropusreader', setup(name='brukeropusreader',
version='1.1', version='1.2',
description='Bruker OPUS File Reader', description='Bruker OPUS File Reader',
author='QED', author='QED',
author_email='brukeropusreader-dev@qed.ai', author_email='brukeropusreader-dev@qed.ai',