-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix release version #60
Comments
Reopening because #62 is not using the same approach implemented in qibo, please check how we deal with the versioning in qibo's init.py file. The approach in #62 is bad because it is prone to generate inconsistencies between both versions. Moreover, please use version 0.0.1 for the time being, given that there still points to be tested and fixed (e.g. the dev documentation is not complete). |
Updated init.py and modular init.py in here: b3aae21 Used version 0.0.1 in pyproject.toml, checked using |
There is a mistmatch between the package version (init.py) and the pyproject.yaml version.
The text was updated successfully, but these errors were encountered: