manzt / anywidget

reusable widgets made easy
https://anywidget.dev
MIT License
500 stars 39 forks source link

TODO: `_model_module_version` and `_view_module_version` should be `anywidget.__version__` #57

Closed tlambert03 closed 1 year ago

tlambert03 commented 1 year ago
          TODO: Right now the anywidget frontend code and the python package are published together with the same version. So `_model_module_version` and `_view_module_version` should be `anywidget.__version__`

_Originally posted by @manzt in https://github.com/manzt/anywidget/pull/46#discussion_r1096560803_

manzt commented 1 year ago

oh I actually think this this got added to _descriptor.py already!