Skip to content

Commit

Permalink
setup.py version 0.1.9.3 to install without cython
Browse files Browse the repository at this point in the history
  • Loading branch information
ratal committed Sep 18, 2015
1 parent 058f977 commit 672ebdb
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.2"
__version__ = "0.1.9.3"

#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 @@ -6,7 +6,7 @@
from Cython.Build import cythonize

name='mdfreader'
version = '0.1.9.2'
version = '0.1.9.3'

description='A Measured Data Format file parser'

Expand Down

0 comments on commit 672ebdb

Please sign in to comment.