rgain3
rgain3 copied to clipboard
Fix --version
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