From 44f876b27fda59dbe66b7625cceaa3a6a4785685 Mon Sep 17 00:00:00 2001 From: Peter Vennemann Date: Fri, 30 Jul 2021 07:15:49 +0200 Subject: [PATCH] Fixed another add-in path issue. --- 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 7b9031fe..8f4d2455 100755 --- a/openpivgui/OpenPivGui.py +++ b/openpivgui/OpenPivGui.py @@ -38,7 +38,7 @@ import re import os -__version__ = '0.4.9' +__version__ = '0.4.11' __licence__ = ''' This program is free software: you can redistribute it and/or modify diff --git a/setup.py b/setup.py index 9425dbdb..48f70f43 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name="openpivgui", - version="0.4.9", + version="0.4.11", install_requires=['OpenPiv', 'pandas'], author="P. Vennemann and contributors.", author_email="vennemann@fh-muenster.de",