Skip to content

Commit

Permalink
upgraded to version 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ratal committed May 21, 2015
1 parent 36538de commit 33c6312
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mdfconverter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# along with this program. If not, see http://www.gnu.org/licenses.
#
# ----------------------------------------------------------------------
__version__ = "0.1.3"
__version__ = "0.1.4"
4 changes: 3 additions & 1 deletion mdfreader.e4p
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
<Eol index="-1"/>
<Sources>
<Source>mdfreader/mdfreader.py</Source>
<Source>mdfreader/__init__.py</Source>
<Source>mdfForVeuszPlugin.py</Source>
<Source>mdfconverter/__init__.py</Source>
<Source>mdfconverter/mdfreaderui.py</Source>
<Source>mdfconverter/Ui_mdfreaderui.py</Source>
<Source>mdfconverter/mdfconverter.py</Source>
Expand All @@ -35,7 +37,7 @@
<Others>
<Other>.issues</Other>
</Others>
<MainScript>mdfconverter.py</MainScript>
<MainScript>mdfreader/mdfreader.py</MainScript>
<Vcs>
<VcsType>Git</VcsType>
<VcsOptions>
Expand Down
2 changes: 1 addition & 1 deletion mdfreader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# along with this program. If not, see http://www.gnu.org/licenses.
#
# ----------------------------------------------------------------------
__version__ = "0.1.3"
__version__ = "0.1.4"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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.3',
version='0.1.4',

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

0 comments on commit 33c6312

Please sign in to comment.