You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
-Chris
The text was updated successfully, but these errors were encountered: