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

Dynamically set version from __version__ in utmosv2 package #20

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

kAIto47802
Copy link
Collaborator

@kAIto47802 kAIto47802 commented Sep 16, 2024

🎯 Motivation

To manage the version directly within the utmosv2 package using the __version__ attribute and ensure consistency by dynamically setting the package version in pyproject.toml.

📝 Description of Changes

  • Added __version__ to utmosv2/__init__.py for version tracking.
  • Updated pyproject.toml to dynamically set the version using [tool.setuptools.dynamic] with utmosv2.__version__.

🔖 Additional Notes

@kAIto47802 kAIto47802 added the enhancement New feature or request label Sep 16, 2024
@kAIto47802 kAIto47802 merged commit 251df35 into main Sep 16, 2024
2 checks passed
@kAIto47802 kAIto47802 deleted the feature-dynamic-version branch September 16, 2024 04:35
@kAIto47802 kAIto47802 changed the title Dynamically set version from __version__ in utmosv2 Dynamically set version from __version__ in utmosv2 package Sep 16, 2024
@kAIto47802 kAIto47802 added the chore Maintenance tasks such as updating dependencies, CI configurations, or non-functional changes label Sep 16, 2024
@kAIto47802 kAIto47802 added this to the v1.0.0 milestone Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Maintenance tasks such as updating dependencies, CI configurations, or non-functional changes enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant