Skip to content

Commit

Permalink
Start updating package version in setup.py
Browse files Browse the repository at this point in the history
Signed-off-by: Gunnar Andersson <[email protected]>
  • Loading branch information
gunnar-mb committed Jan 14, 2025
1 parent 4ffc611 commit 94e6f11
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='',
Expand Down

0 comments on commit 94e6f11

Please sign in to comment.