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
{{ message }}
This repository has been archived by the owner on May 13, 2022. It is now read-only.
Microraiden should have better version tracking.
Current situation: version is stored as MICRORAIDEN_VERSION in constants.py and is imported to setup.py. This causes ImportError when running any of setup.py commands if microraiden dependencies are not installed.
I'll leave this open to ideas. Raiden uses bumpversion package which might be a good fit also for microraiden.
The text was updated successfully, but these errors were encountered:
Microraiden should have better version tracking.
Current situation: version is stored as
MICRORAIDEN_VERSION
inconstants.py
and is imported tosetup.py
. This causesImportError
when running any ofsetup.py
commands if microraiden dependencies are not installed.I'll leave this open to ideas. Raiden uses
bumpversion
package which might be a good fit also for microraiden.The text was updated successfully, but these errors were encountered: