Skip to content

Commit

Permalink
Fix release verion bumper
Browse files Browse the repository at this point in the history
  • Loading branch information
bwoodsend committed Aug 9, 2024
1 parent 46b3182 commit 1f84e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def run(self):

# List of ABSOLUTE file paths of files to bump
files = [
os.path.abspath(os.path.join(DIR, 'src/_pyinstaller_hooks_contrib/__init__.py'))
os.path.abspath(os.path.join(DIR, '_pyinstaller_hooks_contrib/__init__.py'))
]
for file in files:
old_file = open(file).readlines()
Expand Down

0 comments on commit 1f84e9b

Please sign in to comment.