diff --git a/setup.py b/setup.py index cce794b..a21ba00 100644 --- a/setup.py +++ b/setup.py @@ -11,9 +11,8 @@ def get_template_files(): paths.extend(glob.glob(f"{TemplateDir.TemplatePath}/*/*", recursive=False)) return paths - setup(name='ifex', - version='0.1', + version='1.4', description='Interface Exchange Framework (IFEX) tools', author='', author_email='',