polkascan / py-substrate-interface

Python Substrate Interface
https://polkascan.github.io/py-substrate-interface/
Apache License 2.0
240 stars 116 forks source link

Adding __version__ attribute #129

Closed dave4you closed 2 years ago

dave4you commented 3 years ago

Is it possible to add a version attribute so the pypy Python Substrate Interface version can be retrieved?

arjanz commented 2 years ago

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