diff --git a/openpivgui/OpenPivGui.py b/openpivgui/OpenPivGui.py index 8f4d2455..02245c0b 100755 --- a/openpivgui/OpenPivGui.py +++ b/openpivgui/OpenPivGui.py @@ -38,7 +38,7 @@ import re import os -__version__ = '0.4.11' +__version__ = '0.4.13' __licence__ = ''' This program is free software: you can redistribute it and/or modify diff --git a/setup.py b/setup.py index 2dcecb08..88a864d6 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name="openpivgui", - version="0.4.11", + version="0.4.13", install_requires=['OpenPiv==0.23.8', 'pandas'], author="P. Vennemann and contributors.", author_email="vennemann@fh-muenster.de",