Skip to content

Commit

Permalink
Fixed another add-in path issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
eguvep committed Jul 30, 2021
1 parent 838b1d4 commit 44f876b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openpivgui/OpenPivGui.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 @@

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",
Expand Down

0 comments on commit 44f876b

Please sign in to comment.