From 9e3146f06a8ea7d8aeeb214a606a71bed3990690 Mon Sep 17 00:00:00 2001 From: Peter Vennemann Date: Mon, 20 Jun 2022 11:03:36 +0200 Subject: [PATCH] Fixed compatibility with OpenPIV 0.23.8. --- openpivgui/OpenPivGui.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",