Skip to content
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

Bump version in pyproject toml to avoid metadata clash with file version #836

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

sjswerdloff
Copy link

@sjswerdloff sjswerdloff commented Aug 14, 2023

A few of the issues ( #831 and #828 ) posted appear to have root cause in the metadata clash with the package publish/file version.
This is an attempt at resolving that by updating the version value in the pyproject.toml file.
There may be other causes: poetry complains about pep-517 compliance.
reverted some of my own commits so that this only alters pyproject.toml and leaves the versioner changes to the CI/CD (if that's how things work). there were build failures because of changes made by versioneer (and I don't have pre-commit hooks set up that match the CI expectations).

The published version claims 3.1.0, so the next valid semantic version is 3.1.1

@sjswerdloff sjswerdloff marked this pull request as ready for review August 14, 2023 10:37
@sjswerdloff
Copy link
Author

@JoostJM do you think I'm on the right track with this, or is there a lot more involved in the versioning and meta-data?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant