Closed dave4you closed 2 years ago
Is it possible to add a version attribute so the pypy Python Substrate Interface version can be retrieved?
This is not really possible because the deployment pipeline cannot modify the code it is deploying. But to check which version of the packages you have installed, you can always simply use pip freeze
pip freeze
Is it possible to add a version attribute so the pypy Python Substrate Interface version can be retrieved?