rgain3 icon indicating copy to clipboard operation
rgain3 copied to clipboard

Fix --version

Open heegard opened this issue 11 months ago • 0 comments

In file version.py, the return value is "None". This simple change fixes the problem: diff version.py.org version.py 4c4 < version = get_distribution("rgain").version

__version__ = get_distribution("rgain3").version

-Chris

heegard avatar Mar 22 '24 23:03 heegard