Compare commits

..

No commits in common. "issue-112-avoid-pushing-mrs-consisting-only-of-ruff-changes" and "main" have entirely different histories.

View File

@ -174,7 +174,6 @@ def find_python_packages() -> list[str]:
print(f'Found following packages: {packages}')
return sorted(packages)
with open(PACKAGE_NAME + '/_version.py') as f:
version = parse_version_file(f.read())