Closed MattEqualsCoder closed 11 months ago
Oops, looks like I forgot about the __version__
constant; I got used to old packaging system reading it from one place. Thanks for catching this and reporting it!
Now fixed in version 3.2.2 and shouldn't occur in the future, since it now reads the installed package's version directly using importlib.metadata
.
Before continuing with the bug report, does updating to the latest version fix this issue? [Yes/No] - No
Describe the bug init.py still has version 3.1.0 in it, so the --version flag seems to be returning 3.1.0 even on 3.2.0: https://github.com/arkrow/PyMusicLooper/blob/master/pymusiclooper/__init__.py
Debugging Information I can confirm I've updated because the new --alt-export-top feature seems to be working:
Expected behavior 3.2.1 should be returned
Environment Information (please complete the following information):
pymusiclooper --version
in the terminal if unsure): 😆ffmpeg --version
in the terminal if unsure): ffmpeg version 5.1.4-0+deb12u1Additional context Add any other context about the problem here.