microraiden
microraiden copied to clipboard
Better version maintenance
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.