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

move version from pyproject.toml to __init__ #132

Merged
merged 2 commits into from
Mar 10, 2025

Conversation

JochenSiegWork
Copy link
Collaborator

Solves #125

Move the package version from the pyproject.toml to molpipeline/init.py. Now we can do things like:

import molpipeline
print(molpipeline.__version__)

@JochenSiegWork JochenSiegWork requested review from JenniferHem and c-w-feldmann and removed request for JenniferHem March 10, 2025 16:59
@JochenSiegWork JochenSiegWork self-assigned this Mar 10, 2025
@JochenSiegWork JochenSiegWork merged commit 48cd9ef into main Mar 10, 2025
17 checks passed
@JochenSiegWork JochenSiegWork deleted the move_version_into_package_init branch March 10, 2025 17:12
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.

2 participants