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
Only thing is to switch to a string to allow for versioning beyond a float value like 2.2.1. With a string I can use LooseVersion from distutils.version and make version comparisons even if you release a subversion like 2.2.1b
Can we add a
__VERSION__
attribute so my gui can grab the current running version and check for updates?The text was updated successfully, but these errors were encountered: