Skip to content

Commit

Permalink
Update version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewelamb authored Dec 13, 2024
1 parent 1161842 commit 6c85b8e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions schematic/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
"""Sets the version of the package"""
import importlib.metadata

__version__ = importlib.metadata.version("schematicpy")
# Version hardcoded see https://sagebionetworks.jira.com/browse/SCHEMATIC-229
__version__ = "24.12.1"

0 comments on commit 6c85b8e

Please sign in to comment.