hyperledger-iroha / iroha-python

Python library for Hyperledger Iroha, a simple distributed ledger.
https://wiki.hyperledger.org/display/iroha
Apache License 2.0
103 stars 81 forks source link

Update the versioning to emit wheel with the correct semver #152

Open appetrosyan opened 1 year ago

appetrosyan commented 1 year ago

Currently, we are not able to tell which version of Iroha is the current version the python library is linked against.

This gives users next to no feedback. I propose updating the version emitted in Cargo.toml to move in lockstep with our release cycle.