Skip to content

Commit

Permalink
minor update to 0.1.9.1 to solve bugs related to channelList in mdf4r…
Browse files Browse the repository at this point in the history
…eader
  • Loading branch information
ratal committed Aug 21, 2015
1 parent d114421 commit ab9221a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mdfreader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
__author__ = 'Aymeric Rateau (aymeric.rateau@gmail.com)'
__copyright__ = 'Copyright (c) 2015 Aymeric Rateau'
__license__ = 'GPLV3'
__version__ = "0.1.9"
__version__ = "0.1.9.1"

#if it's run as a script or imported within python, this happens
if __name__ == 'mdfreader':
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/development.html#single-sourcing-the-version
version='0.1.9',
version='0.1.9.1',

description='A Measured Data Format file parser',
long_description=long_description,
Expand Down

0 comments on commit ab9221a

Please sign in to comment.