> > pip show leo > Name: leo > Version: 6.0b1.dev103 > > It's an error to compare pip show and leo --version. This is because pip show reveals the *version number when pip install -e was run, not what the current editable version is*. To report the actual current editiable version is use:
> python setup.py --version Creating entry_points for [OS name - system]: nt - Windows c:\tools\miniconda3\envs\leo-dev\lib\site-packages\setuptools\dist.py:470: UserWarning: Normalizing '6.0b1-dev112' to '6.0b1.dev112' normalized_version, 6.0b1.dev112 -matt -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/2d143294-13cc-476b-b2ea-03d56a005ee4%40googlegroups.com.
